cURL
curl --request GET \ --url https://api.dub.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 to retrieve the tags for.
A list of tags
The response is of type Tag · object[].
Tag · object[]
Was this page helpful?