cURL
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" } }
Retrieve all tags for the authenticated user. Tags are labels that can be attached to contacts for flexible categorization (e.g., “VIP”, “Investor”, “Met at conference”).
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
x >= 1
Successful response
Was this page helpful?