cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/tags/{tagId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "tag": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "color": "<string>", "created_at": "<string>", "updated_at": "<string>" } } }
Retrieve a single tag by its unique ID, including its name and color.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?