cURL
curl --request GET \ --url https://api.retrac.co/tags \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "color": "red" } ]
Retrieve a list of tags for the authenticated workspace.
Default authentication mechanism
The ID of the workspace.
"ws_cluuwcv0r..."
The slug of the project. This field is deprecated – use workspaceId instead.
workspaceId
A list of tags
The unique ID of the tag.
The name of the tag.
The color of the tag.
red
yellow
green
blue
purple
pink
brown
Was this page helpful?