Logo
Zoom Public API Documentation

Get an address book unit

GET {{baseUrl}}/contact_center/address_books/units/:unitId

Use this API to get information about an address book unit.

Scopes: contact_center_contact:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "unit_id": "<string>", "unit_name": "<string>", "unit_description": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/address_books/units/:unitId' -H 'Accept: application/json'

ENDPOINTS