A list of queues for the organization
{- "data": [
- {
- "id": "string",
- "name": "string",
- "is_default": true,
- "priority": 0
}
], - "paging": {
- "cursors": {
- "after": "string",
- "before": "string"
}, - "next_page": "string",
- "prev_page": "string"
}
}
A successful response with a queue
The queue was not found
{- "data": {
- "id": "string",
- "name": "string",
- "is_default": true,
- "priority": 0
}
}