- Get an Audience Vendor
List Audience Vendors
Create an Audience Vendor
Update an Audience Vendor
Get an Audience Vendor
Get an audience vendor by ID
Security
Auth0(Required scopes: offline_accessmanage:services)
GET
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/audience_vendors/{audience_vendor_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": { "id": 123, "name": "Vendor Name", "entity_type": "audience_vendor", "mma_free_cm": true, "updated_on": "2021-01-01T00:00:00Z", "created_on": "2021-01-01T00:00:00Z", "provides_batch_segments": true, "campaign_brain_enabled": true, "pin_top_search": true, "bidder_code": "am", "namespace_code": "5afb12h4" }, "meta": { "status": "success" } }