Console
Friends

Accept

Accept an incoming friend request. Use the sender's userkey from the friend_pending endpoint.

POST /api/vaneltonid/friend_accept.php
Requires Authorization: AppID:AppKey + user token

Request body

FieldTypeRequiredDescription
tokenstringrequiredAcceptor's session token
sender_userkeystringrequireduserkey of the user who sent the request

Success response 200

{ "success": true, "message": "Friend request accepted." }