GET
https://api.dub.co
/
tags
curl --request GET \
  --url https://api.dub.co/tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "red"
  }
]

Authorizations

Authorization
string
header
required

Default authentication mechanism

Query Parameters

workspaceId
string
required

The ID of the workspace to retrieve the tags for.

Response

200
application/json

A list of tags

The response is of type object[].