Fetch Connection Status
User Connection Operations
Fetch Connection Status
Check connection status with another user
GET
Fetch Connection Status
Check the connection status between the current user and the specified user.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 check connection status with |
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer token for authentication. |
Body Parameters
NoneExample Request
Response
Success Responses
No Connection (200 OK)
Pending Request Sent (200 OK)
Pending Request Received (200 OK)
Connected Users (200 OK)
Declined Request - Sent (200 OK)
Declined Request - Received (200 OK)
Error Responses
Invalid User ID (400 Bad Request)
Self-Check Attempt (400 Bad Request)
Server Error (500 Internal Server Error)
Notes
- Returns comprehensive connection status information
- Shows direction of connection requests (sent/received)
- Includes relevant timestamps for each status
- Cannot check connection status with yourself
- Rate limiting: 100 requests per 5 minutes

