List all queues in an organization.
curl -i -X GET \ https://dev.dixa.io/v1/queues \ -H 'Authorization: YOUR_API_KEY_HERE'
The list of queues in an organization
{ "data": [ { … }, { … } ] }