v6 documentation is incomplete, want to contribute?

Accept Friend Request

Accept a friend request by notification frq_ ID. Friend requests can be found using the NotificationsAPI getNotifications by filtering of type friendRequest.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

PUT
/auth/user/notifications/{notificationId}/accept
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

notificationIdstring

Must be a valid notification ID.

Response Body

application/json

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/auth/user/notifications/string/accept"

{
  "success": {
    "message": "Ok",
    "status_code": 200
  }
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "that friend request could not be found",
    "status_code": 404
  }
}