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
동시 통화 정보 조회 성공
current_concurrency
integer

현재 워크스페이스의 에이전트에 연결된 동시 통화 채널 수

concurrency_limit
integer

워크스페이스에 허용된 최대 동시 통화 채널 수