GET
/
v1
/
get-concurrency
curl --request GET \
  --url https://client-api.tryvox.co/v1/get-concurrency \
  --header 'Authorization: Bearer <token>'
{
  "current_concurrency": 123,
  "concurrency_limit": 123
}

Authorizations

Authorization
string
header
required

대시보드에서 발급받은 API 키를 인증 헤더에 포함시켜야 합니다. 형식은 "Bearer YOUR_API_KEY" 입니다.

Response

200
application/json

동시 통화 정보 조회 성공

The response is of type object.