Get a tag type

Get a tag type by name.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

namestringRequired

Response

tagTypeSchema
namestring
The name of the tag type.
descriptionstring or null
The description of the tag type.
iconstring or null
The icon of the tag type.
colorstring or nullformat: "^#[0-9A-Fa-f]{6}$"
The hexadecimal color code for the tag type.

Errors