GET {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId
Use this API to get information on a specific auto receptionist. Prerequisites:
* Pro or a higher account with Zoom Phone license.
* Account owner or admin permissions. Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:auto_receptionist:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"cost_center": "<string>",
"department": "<string>",
"extension_id": "<string>",
"extension_number": "<long>",
"name": "<string>",
"timezone": "<string>",
"audio_prompt_language": "<string>",
"holiday_hours": [
{
"id": "<string>",
"name": "<string>",
"from": "<dateTime>",
"to": "<dateTime>"
},
{
"id": "<string>",
"name": "<string>",
"from": "<dateTime>",
"to": "<dateTime>"
}
],
"phone_numbers": [
{
"id": "<string>",
"number": "<string>"
},
{
"id": "<string>",
"number": "<string>"
}
],
"site": {
"id": "<string>",
"name": "<string>"
}
} |
ENDPOINTS