SQ_GetQueues
SQ_GetQueues
Gets the queue(s).
Example request: Get all the queues.
SQ_GetQueues
Gets the queue(s).
Example request: Get all the queues.
Application name to search by. Can be used instead of application_id
List of SmartQueue IDs separated by semicolons (;)
List of SmartQueue names separated by semicolons (;). Can be used instead of sq_queue_id
Name of the user that is bound to the queue. Can be used instead of user_id
Name of the user that is not bound to the queue. Can be used instead of excluded_user_id
The found queue(s)
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.