Skip to main content
POST
Add tags to contact by name

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
tags
string[]
required

Tag names — not ids. Existing tags whose name matches are reused; unmatched names are created as new tags.

Required array length: 1 - 100 elements
Minimum string length: 1

Response

OK

The response is of type any.