ContactGroups
Get a contact group
Retrieve the details of a single contact group (required scope contacts:read)
get/v1/contactGroups/{contactGroupId}
Path parameters
contactGroupIdinteger required
The unique identifier of the contact group
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 5514123,
"name": "High value customers"
}