Skip to content

List queues

Request

List all queues in an organization.

Security
ApiKeyAuth(Required scopes: settings.queue:r)
GET
/beta/queues
curl -i -X GET \
  https://dev.dixa.io/beta/queues \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of queues in an organization

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