v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Subscribers

Edit Contacts

This endpoint helps you to <b>partially</b> update existing contacts from a list identified by its unique ID. Edits only the fields sent in the request all contacts, the other fields remains the same. If field is not present for a contact, then it's added as new. Extra filters can be added using list's columns (e.g. email[like]=tester@example.com, age[gt]=30).

patch/v3/lists/{listId}/subscribers/bulk

Path parameters

listIdinteger required

Provide the unique ID of the list

Request body

string required

Response

Successfully edited the contacts information

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  }
}