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