Skip to main content
POST
Add tags to contact

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1

Body

application/json
tagIds
string[]
required

Tag ids (numeric strings) to attach, up to 100. Get them from tags.list.

Required array length: 1 - 100 elements
Pattern: ^\d+$

Response

OK

The response is of type any.