Check the connection status between the authenticated user and another user
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.
200. The shape depends on the connection state:
No connection:
"none"."pending"."sent" if the authenticated user sent the request; "received" if they received it."connected"."declined"."sent" or "received" — perspective of the authenticated user.Self-Check — 400