Skip to content

List queues

Request

List all queues in an organization.

Security
ApiKeyAuth
GET
/v1/queues
curl -i -X GET \
  https://dev.dixa.io/v1/queues \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of queues in an organization

Bodyapplication/json
dataArray of objects(Queue)
Response
{ "data": [ {}, {} ] }