curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections/:connectionId/accept{
"id": "<string>",
"status": "<string>",
"respondedAt": "<string>"
}Accept a pending connection request
curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections/:connectionId/accept{
"id": "<string>",
"status": "<string>",
"respondedAt": "<string>"
}200:
"accepted".Not Found — 404
{
"error": "Pending connection request not found.",
"code": "connection/not-found"
}
Unauthorized — 403
{
"error": "Only the receiver can accept a connection request.",
"code": "connection/unauthorized"
}