Tags

Get all tags

get

Returns all tags for the organization.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/tags

Get a tag by its ID

get

Returns a single tag by ID.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the tag.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

get
/tags/{id}

Create a new tag

post

Creates a new tag with the specified value and object type.

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Body
hex_colorstringOptional

The hex code of the tag's color.

object_typestringRequired

The object type of the associated object. Can be "account", "issue", or "contact".

valuestringRequired

The tag value.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

post
/tags

Update an existing tag

patch

Updates an existing tag. Only provided fields are modified.

Rate limit: 10 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the tag to update.

Body
hex_colorstringOptional

The hex code of the tag's color.

valuestringOptional

in: body

The name of the tag.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

patch
/tags/{id}

Delete an existing tag

delete

Permanently deletes a tag by ID.

Rate limit: 10 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the tag to update.

Responses
chevron-right
200Success
application/json
request_idstringOptional

The request ID for tracking.

delete
/tags/{id}

Last updated

Was this helpful?