cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/groups/ \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "groups": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "color": "<string>", "parent_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "<string>", "updated_at": "<string>" } ] } }
Retrieve all groups for the authenticated user. Groups are collections of contacts used to organize your network (e.g., βCoworkersβ, βCollege Friendsβ).
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?