Skip to content

Get a Strategy Template

Request

Get a strategy template by ID

Security
Auth0(Required scopes: offline_accessmanage:services)
Path
strategy_template_idintegerrequired

Numeric ID of the strategy_template

GET
/strategy_templates/{strategy_template_id}
curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/strategy_templates/{strategy_template_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Strategy updated response

Bodyapplication/json
dataobject
metaobject(single_metadata)
Response
{ "data": { "organization_id": 0, "agency_id": 0, "advertiser_id": 0, "global": true, "name": "string", "description": "string", "template": {}, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z" }, "meta": { "status": "success" } }