Skip to main content
GET
/
v1
/
tags
List tags
curl --request GET \
  --url https://api.prod.getdex.com/v1/tags/ \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "data": {
    "items": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "color": "<string>",
        "created_at": "<string>",
        "updated_at": "<string>"
      }
    ],
    "nextCursor": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Use cases

  • Populate a tag picker or autocomplete dropdown
  • Sync tags to an external system
  • Display all available tags in a settings or management page

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Query Parameters

include
object
orderBy
object
take
integer
Required range: x >= 1
cursor
string<uuid>

Response

Successful response

error
boolean
required
data
object
required