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