cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/groups/{groupId}/contacts \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "items": [ {} ], "nextCursor": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "count": 123 } }
Retrieve all contacts that belong to a specific group. Supports pagination for groups with many contacts.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
x >= 1
Successful response
Show child attributes
Was this page helpful?