v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Audience

/2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove

Add/remove identifiers to or from a retail-media contact list audience-segment, with external audience segment id.

post/2026-01/retail-media/audience-segments/{audience-segment-id}/contact-list/add-remove

Path parameters

audience-segment-idstring int64 required

The id of the contact list audience-segment to amend, we only accept external Id here

Request body

Example request

{
  "data": {
    "type": "AddRemoveContactlist"
  }
}

Response

Summary of created request

typestring nullable

the name of the entity type

Example response

{
  "type": "AddRemoveContactlistResult"
}