Skip to content

List Entity Groups

Request

Get a list of entity groups

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

Responses

List entity groups response

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