Skip to content

Get Permission Taxonomy

Request

With a taxonomy ID (obtained by creating a new taxonomy), you can retrieve the taxonomy to review permissions and audience segment details.

Security
OAuth2
Path
taxonomy_idstringrequired

taxonomy_id

GET
/audience_segments/{taxonomy_id}
curl -i -X GET \
  'https://api.mediamath.com/dmp/v2.0/audience_segments/{taxonomy_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
dataobject
metaobject
Response
{ "meta": { "status": "success" }, "data": { "permissions": {}, "created_on": "2018-04-03T15:45:07Z", "updated_on": "2018-04-03T15:45:07Z", "taxonomy": {}, "audience_vendor_id": 123, "taxonomy_id": 123, "revenue_share_pct": 50 } }