Tags

get

Get all tags

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Responses
200Success
application/json
get
/tags
get

Get a tag by its ID

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the tag.

Responses
200Success
application/json
get
/tags/{id}
post

Create a new tag

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
200Success
application/json
post
/tags
patch

Update an existing tag

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
200Success
application/json
patch
/tags/{id}
delete

Delete an existing tag

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the tag to update.

Responses
200Success
application/json
delete
/tags/{id}

Last updated

Was this helpful?