Skip to main content
GET
/
analytics
/
active
Get Active Calls Count
curl --request GET \
  --url https://api.revring.ai/v1/analytics/active \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "activeCalls": 123
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Generate API keys from the RevRing dashboard.

Response

Active calls count

data
object
required