cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/connections/count
{ "count": 123 }
Get the count of established connections for the current user
Unauthorized - 401 Unauthorized
{ "error": "Authentication required", "code": "auth/unauthorized" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error", "code": "connection/server-error" }