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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>