Sign Up
HomeGuidesVerbsAPI ReferenceClient SDKsTutorialsChangelog
HomeGuidesVerbsAPI ReferenceClient SDKsTutorialsChangelog
    • Introduction
  • REST Call Control
  • REST Platform Management
  • Webhooks
    • GETNew Call
    • POSTNew Call
    • POSTClient Authentication
    • POSTNew Client Tool Request
  • Websocket API
Sign Up
LogoLogo
REST Call ControlQueues

GET
https://api.jambonz.cloud/v1/Accounts/:AccountSid/Queues
GET
/v1/Accounts/:AccountSid/Queues
1curl https://api.jambonz.cloud/v1/Accounts/AccountSid/Queues \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1[
2 {
3 "name": "string",
4 "length": "string"
5 }
6]

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Path parameters

AccountSidstringRequired

Response

retrieve active queues records for a specified account
namestring or null
lengthstring or null
Was this page helpful?
Previous

create a new user

Next
Built with
retrieve active queues for an account
retrieve active queues records for a specified account

Bearer authentication of the form Bearer <token>, where token is your auth token.