Update multiple customer profiles' audiences
POST {{baseUrl}}/v2/customer_audiences
Update the specified customer profiles with the specified audiences. Use this endpoint when customers join or leave audiences.
The limit of customer profiles per request is 1000.
Request Body
{"data"=>[{"action"=>"add", "profileIntegrationId"=>"R195412", "audienceId"=>748}, {"action"=>"add", "profileIntegrationId"=>"R195412", "audienceId"=>748}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |