cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/groups/contact-counts \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "counts": {} } }
Retrieve the number of contacts in each group. Returns a map of group IDs to their respective contact counts.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Show child attributes
Was this page helpful?