cURL
curl --request GET \ --url https://api.example.com/api/v1/connections/stats \ --header 'Authorization: Bearer <token>'
{ "total_connections": 123, "active_connections": 123, "inactive_connections": 123, "connections_by_type": {}, "connections_by_status": {} }
Get connection statistics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace ID
Get stats for specific user
Successful Response
Schema for connection statistics.
Show child attributes