Skip to main content
GET
Get concurrency limits

Overview

The Concurrency API lets you retrieve real-time data about how many concurrent lines are active for your account. Use it to monitor line utilization and ensure you have sufficient capacity.

Get Concurrency

Returns the current number of concurrent lines active for a specific account.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Request

cURL

Response

JSON Response

Response fields

Concurrency vs CPS. max_concurrent caps how many calls can be live at once; the separate CPS limit (cps_limit) caps how many new calls you can start per second. Both are raised by purchasing add-ons (purchased_concurrent_calls, purchased_cps) - see The Account Object. When utilization_pct approaches 100, new calls are rejected until channels free up.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Response

200 - application/json

Concurrency info

account_id
string
required
concurrent_calls
integer
required
max_concurrent
integer
required
utilization_pct
integer
required
request_id
string
required