Skip to main content
GET
/
analytics
/
performance
/
realtime
cURL
curl --request GET \
  --url https://api.comm.com/api/analytics/performance/realtime \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "<string>",
  "realtime_stats": "<string>",
  "active_calls": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

team_id
string<uuid>
required

Response

timestamp
string
required
realtime_stats
string
required
active_calls
string
required