Contacts
Create a group
Create a new contact group (Permitted scopes: fax:all:edit)
post/accounts/self/contact-groups
Request body
Example request
{
"name": "VIP Clients",
"notes": "Important clients only"
}Response
Response containing a single group object
Example response
{
"id": "5f7a8b9c0d1e2f3a4b5c6d7f",
"name": "VIP Clients",
"notes": "Important clients only",
"is_shared": true,
"creation_date": "2024-01-10T09:00:00Z",
"modification_date": "2024-02-15T11:20:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.