Skip to content

Get a list of queues for your organization
deprecated

Request

Security
ApiKeyAuth or BearerAuth
GET
/v1/queues
curl -i -X GET \
  /v1/queues \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of queues for the organization

Bodyapplication/json
dataArray of objects(Queue)required
pagingobject(Paging)
Response
{ "data": [ {} ], "paging": { "cursors": {}, "next_page": "string", "prev_page": "string" } }