Skip to main content
POST
Customer - Add Tag

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string[]
required

Array of customer IDs

tag_id
string
required

Tag ID to add

Response

Tag added to customers

success
boolean
required

Whether the operation succeeded