cURL
curl --request GET \ --url https://api.revring.ai/v1/analytics/active \ --header 'x-api-key: <api-key>'
{ "data": { "activeCalls": 123 } }
Get the current number of active (ongoing) calls. Not affected by date filters.
API key for authentication. Generate API keys from the RevRing dashboard.
Active calls count
Show child attributes