GET {{baseUrl}}/contact_center/address_books/:addressBookId
Use this API to get information about an address book. Scopes: Rate Limit Label: contact_center_contact:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"address_book_id": "<string>",
"address_book_name": "<string>",
"address_book_description": "<string>",
"total_contacts": "<integer>",
"unit_id": "<string>",
"unit_name": "<string>"
} |
ENDPOINTS