/
Get Permission Taxonomy
With a taxonomy ID (obtained by creating a new taxonomy), you can retrieve the taxonomy to review permissions and audience segment details.
Security
OAuth2
GET
curl -i -X GET \
'https://api.mediamath.com/dmp/v2.0/audience_segments/{taxonomy_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'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 } }