Skip to main content
PUT
Accept Connection Request
Accept a specific pending connection request. Only the receiver of the connection request can accept it.

Path Parameters

connectionId
string
required
ID of the connection to accept

Response

id
string
Unique connection identifier
status
string
Connection status (will be “accepted”)
respondedAt
string
Timestamp when the request was accepted in ISO 8601 format

Error Responses


Notes

  • Requires authentication
  • Only the receiver of the connection request can accept it
  • Updates connection status from “pending” to “accepted”
  • Sets the respondedAt timestamp
  • Creates a bidirectional relationship between the users
  • Triggers a notification to the original requester
  • Rate limiting: 50 requests per 5 minutes