Friends
Send Request
Send a friend request to another user by their userkey.
POST
/api/vaneltonid/friend_request.php
Requires
Authorization: AppID:AppKey + user tokenRequest body
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | required | Sender's session token |
| receiver_userkey | string | required | userkey of the target user |
Test this endpoint
Headers
Body
Success response 200
{ "success": true, "message": "Friend request sent successfully." }