POST {{baseUrl}}/contacts/groups
Use this API to create a contact group. Prerequisite: Pro or higher account. Scopes: Rate Limit Label: contact_group:write:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"group_id": "<string>",
"group_name": "<string>",
"total_members": "<integer>",
"group_privacy": 2,
"description": "<string>"
} |
ENDPOINTS