Fetch Connections By User Id
User Connection Operations
Fetch Connections By User Id
Get paginated list of user’s connections
GET
Fetch Connections By User Id
Get list 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 for |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | number | No | Page number (default: 1) |
limit | number | No | Items per page (default: 20, max: 100) |
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 paginated list of established connections only
- Each connection includes the connected user’s details
- Shows original connection request message if provided
- Includes timestamps for when connection was requested and accepted
- Public endpoint accessible to all users
- Default pagination: 20 items per page, maximum 100 items per page
- Rate limiting: 100 requests per 5 minutes

