Sync audiences
Advertisers
Sync audiences
Sync first-party CRM audiences for an account. Processing is asynchronous — returns 202 with an operation ID.
POST
Sync audiences
Authorizations
API key or access token
Body
application/json
Response
Sync audiences
Audience sync accepted for async processing
Advertiser ID (numeric string, e.g. "25") — same as the path parameter
Example:
"25"
Batch operation UUID for tracking async processing
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Task ID for polling progress via GET /tasks/{taskId}. Same value as operationId.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$