contact groups
Retrieve a contact group
Returns a contact group with the given id.
get/contact-groups/{group_id}
Path parameters
group_idstring required
Contact group ID
Response
OK
Example response
{
"data": {
"id": "123",
"name": "Operations Team",
"email_addresses": [
"johnsmith@example.com",
"janesmith@example.com"
],
"integrations": [
"1",
"2",
"3"
],
"mobile_numbers": [
"447712345678",
"447987462344"
],
"ping_url": "https://www.example.com/notifications"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.