Tags
Retrieve a list of tags
Retrieve a list of tags for the authenticated workspace.
GET
/
tags
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Response
200 - application/json
id
string
requiredThe unique ID of the tag.
name
string
requiredThe name of the tag.
color
enum<string>
requiredThe color of the tag.
Available options:
red
, yellow
, green
, blue
, purple
, pink
, brown
Was this page helpful?