Fetch Connections Count By User Id
User Connection Operations
Fetch Connections Count By User Id
Get the count of connections for a user
GET
Fetch Connections Count By User Id
Get the count of established connections for a specific user. This is a public endpoint that does not require authentication.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | ID of the user to get connections count for |
Headers
NoneBody Parameters
NoneExample Request
Response
Success Response (200 OK)
Error Responses
Server Error (500 Internal Server Error)
Notes
- This endpoint does not require authentication
- Returns the total number of established connections for the specified user
- Only counts accepted connections, not pending or declined requests
- Public endpoint accessible to all users
- Rate limiting: 100 requests per 5 minutes

