For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags

List and create organization-level tags used to label contacts

Get Organization Tags

get

Get all tags defined at organization level. Supports pagination with page and page_size query parameters.

Authorizations
AuthorizationstringRequired

Organization API Token.

Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:

Authorization: Bearer {orgId}.{secretToken}

Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.

JWT tokens are NOT accepted.

Query parameters
pageintegerOptional

Page number

page_sizeintegerOptional

Number of results per page (max 100)

Responses
200

List of organization-level tags

application/json
Other propertiesanyOptional
get/api/account/tags
200

List of organization-level tags

Create Organization Tag

post

Create a new tag at organization level. Tag names must be unique per organization.

Authorizations
AuthorizationstringRequired

Organization API Token.

Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:

Authorization: Bearer {orgId}.{secretToken}

Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.

JWT tokens are NOT accepted.

Body
namestringRequired

Tag name (required)

Example: vip
colorstringOptional

Tag color (optional)

Example: #00B894
Responses
201

Tag created successfully

application/json
Other propertiesanyOptional
post/api/account/tags

Last updated