Logo
Zoom Public API Documentation

Get inbox access queues

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

Retrieve a list of queues that have access to an inbox.

Scopes: contact_center_queue:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "next_page_token": "<string>", "page_size": 30, "total_records": "<integer>", "queues": [ { "queue_id": "<string>", "queue_name": "<string>", "agents_count": "<integer>", "supervisors_count": "<integer>", "channel_types": [ "voice", "video" ] }, { "queue_id": "<string>", "queue_name": "<string>", "agents_count": "<integer>", "supervisors_count": "<integer>", "channel_types": [ "in_app_chat", "sms" ] } ] }



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

ENDPOINTS