Skip to content

Targeting Segment Objectives

Targeting Segment Objectives

List Targeting Segment Objectives

Request

Get a list of targeting segment objectives

Security
Auth0(Required scopes: offline_accessmanage:services)
GET
/targeting_segment_objectives
curl -i -X GET \
  https://api.mediamath.com/api/v3.0/targeting_segment_objectives \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Collection response

Bodyapplication/json
dataArray of objects or null
metaobject(pagination metadata)
Response
{ "data": [ {} ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }