Skip to main content
POST
Create a new contact tag

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Required string length: 2 - 255
Example:

"VIP"

description
string
Maximum string length: 255
Example:

"Important customer"

color
string

Hex color in #RRGGBB format

Example:

"#FF0000"

is_active
boolean
Example:

true

Response

Tag created