/
Bulk Advertiser Audit Log
Get a list of changes to these advertiser
Security
Auth0(Required scopes: offline_accessmanage:services)
POST
curl -i -X POST \
'https://api.mediamath.com/api/v3.0/audit_log/advertisers?page_limit=100&page_offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": [
8,
98,
7
]
}'Response
{ "data": [ { … } ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }