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 ControlConferences

GET
https://api.jambonz.cloud/v1/Accounts/:AccountSid/Conferences
GET
/v1/Accounts/:AccountSid/Conferences
1curl https://api.jambonz.cloud/v1/Accounts/AccountSid/Conferences \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1[
2 "string"
3]

Authentication

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

Path parameters

AccountSidstringRequired

Response

list of conferences for a specified account

Errors

Was this page helpful?
Previous

retrieve active queues for an account

Next
Built with
list conferences
list of conferences for a specified account

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