Tags
get
Get all tags
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/tagsget
Get a tag by its ID
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}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
400Error
application/json
404Error
application/json
500Error
application/json
post
/tagspatch
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
400Error
application/json
404Error
application/json
500Error
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
400Error
application/json
404Error
application/json
500Error
application/json
delete
/tags/{id}Last updated
Was this helpful?

