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

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"next_page_token":"\u003cstring\u003e","page_size":30,"total_records":"\u003cinteger\u003e","queues":[{"queue_id":"\u003cstring\u003e","queue_name":"\u003cstring\u003e","agents_count":"\u003cinteger\u003e","supervisors_count":"\u003cinteger\u003e","channel_types":["voice","video"]},{"queue_id":"\u003cstring\u003e","queue_name":"\u003cstring\u003e","agents_count":"\u003cinteger\u003e","supervisors_count":"\u003cinteger\u003e","channel_types":["in_app_chat","sms"]}]}