Update Contacts Tags
Allows you to update tags to multiple contacts at once, you can add or remove tags from the contacts
POST
Update Contacts Tags
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API Version
Available options:
2021-07-28 Body
application/json
list of contact ids to be processed
Example:
list of tags to be added or removed
Example:
location id from where the bulk request is executed
Example:
"asdrwHvLUxlfw5SqKVCN"
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"
Last modified on March 8, 2026
Update Contacts Tags