Console
Friends

Send Request

Send a friend request to another user by their userkey.

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

Request body

FieldTypeRequiredDescription
tokenstringrequiredSender's session token
receiver_userkeystringrequireduserkey of the target user

Success response 200

{ "success": true, "message": "Friend request sent successfully." }