v1
latestOpenAPI 3.0.12026-07-266184114.0 KBContacts
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"
}