v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Segment

/2026-01/commerce-grid/audience-segments/{audience-segment-id}/contact-list/add-remove

Add/remove identifiers to or from a Commerce Grid audience segment of type Contact List.

post/2026-01/commerce-grid/audience-segments/{audience-segment-id}/contact-list/add-remove

Path parameters

audience-segment-idstring int64 required

The ID of the audience segment of type contact list to amend

Request body

Example request

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

Response

Summary of the add/remove operation of identifiers

Example response

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