Logo
Zoom Public API Documentation

Get an inbox

GET {{baseUrl}}/contact_center/inboxes/:inboxId

Retrieve an inbox.

Scopes: contact_center_inbox:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "inbox_id": "<string>", "inbox_name": "<string>", "inbox_description": "<string>", "inbox_type": "voicemail", "inbox_content_storage_location": "US", "last_modified_time": "<dateTime>", "modified_by": "<string>", "voicemail": { "soft_delete": "<boolean>", "soft_delete_days_limit": "<integer>", "voicemail_time_limit": "<integer>", "delete_voicemail_days_limit": "<integer>", "voicemail_transcription": "<boolean>", "voicemail_notification_by_email": { "enable": "<boolean>", "include_voicemail_file": "<boolean>", "include_voicemail_transcription": "<boolean>", "forward_voicemail_to_emails": "<boolean>", "emails": [ "<string>", "<string>" ] } } }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/inboxes/:inboxId' -H 'Accept: application/json'

ENDPOINTS