GET {{baseUrl}}/contacts/groups/:groupId
Get a contact group under an account. Prerequisite: Pro or higher account. Scopes: Rate Limit Label: contact_group:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"group_id": "<string>",
"group_name": "<string>",
"total_members": "<integer>",
"group_privacy": 2,
"description": "<string>"
} |
ENDPOINTS