Skip to main content
POST
Update Contacts Tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Body

application/json
contacts
string[]
required

list of contact ids to be processed

Example:
tags
string[]
required

list of tags to be added or removed

Example:
locationId
string
required

location id from where the bulk request is executed

Example:

"asdrwHvLUxlfw5SqKVCN"

removeAllTags
boolean

Option to implement remove all tags. if true, all tags will be removed from the contacts. Can only be used with remove type.

Example:

"false"

Response

Successful response

succeded
boolean
required

Indicates if the operation was successful

Example:

true

errorCount
number
required

Number of errors encountered during the operation

Example:

0

responses
string[]
required

Responses for each contact processed

Example:
Last modified on March 8, 2026