Neil
Results
2
comments of
Neil
@vicegold To get friend-requests: `https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/friends/{accountid}?includePending=true` To send/accept/reject or delete friends (Post request to accept/send and delete request to reject/delete): `https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/friends/{accountid}/{friendsaccountid}`
@vicegold I updated my comment sorry, you can also use the post request to send friendrequests so post to send/accept and delete to reject/delete :)