cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/custom-fields/ \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "custom_fields": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "field_type": "<string>", "categories": [ { "category": "<string>" } ], "created_at": "<string>", "updated_at": "<string>" } ] } }
Retrieve all custom field definitions for the authenticated user. Custom fields allow you to add structured data to contacts beyond the built-in fields.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Show child attributes
Was this page helpful?