Get Connection Status
User Connection Operations
Get Connection Status
Check the connection status between the authenticated user and another user
GET
Get Connection Status
Returns the connection status between the authenticated user and the specified user. The response shape varies depending on whether there is no connection, a pending request, an accepted connection, or a declined request.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.
Path Parameters
The Replyke user ID (UUID) of the other user.
Response
On success, returns HTTP200. The shape depends on the connection state:
No connection:
"none"."pending"."sent" if the authenticated user sent the request; "received" if they received it.ID of the connection record.
ISO timestamp of when the request was sent.
"connected".ID of the connection record.
ISO timestamp of when the connection was accepted.
ISO timestamp of the original request.
"declined"."sent" or "received" — perspective of the authenticated user.ID of the connection record.
ISO timestamp of when the request was declined.
Error Responses
Self-Check — 400
Self-Check — 400

