cURL
curl --request PUT \ --url https://api.prod.getdex.com/v1/groups/{groupId}/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "error": true, "data": { "result": {} } }
Add one or more contacts to a group by providing an array of contact IDs. Contacts that are already in the group are ignored.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
1
Successful response
Show child attributes
Was this page helpful?