cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/contacts/count \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "count": 123 } }
Return the total number of contacts for the authenticated user. Useful for displaying counts in dashboards without fetching full contact records.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?