Skip to main content
GET
/
calls
/
concurrency
Get current call concurrency
curl --request GET \
  --url https://api.vocobase.com/api/v2/calls/concurrency \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "limit": 3,
    "limit_source": "partner",
    "active": 1,
    "remaining": 2,
    "statuses_counted": [
      "PENDING",
      "RINGING",
      "IN_PROGRESS"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Response

Current call concurrency snapshot.

success
boolean
data
object