cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/connections
{ "connections": [ { "id": "<string>", "connectedUser": { "id": "<string>", "name": "<string>", "username": "<string>", "avatar": "<string>", "bio": "<string>", "reputation": 123 }, "connectedAt": "<string>", "requestedAt": "<string>", "message": "<string>" } ], "pagination": { "currentPage": 123, "totalPages": 123, "totalCount": 123, "hasNextPage": true, "hasPreviousPage": true, "limit": 123 } }
Get list of established connections for the current user
Show connection object
Show user properties
Show properties
Unauthorized - 401 Unauthorized
{ "error": "Authentication required", "code": "auth/unauthorized" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error", "code": "connection/server-error" }