Contact request status changed
wss contact_request_updated on user_contacts:{userId}
Notifies you when a contact request you sent or received changes status. All status transitions are terminal.
When It Fires
- A request you sent is approved, rejected, or expires
- A request you received is cancelled by the sender
What to Do
- Remove the request from your pending list
- If
approved, acontact_addedevent will follow shortly - Display a notification with the outcome
Authentication
Subscribe to the WebSocket with user credentials. See Authentication for connection details.
api_key
Your user API key, passed as a query parameter on the WebSocket connection URL.
Payload
id
Contact request UUID.
status
New status: approved, rejected, expired, or cancelled.