Tags
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
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/tags/{id}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
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
post
/tagsUpdates 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
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
patch
/tags/{id}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
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
delete
/tags/{id}Last updated
Was this helpful?

