Add Friends

The API allows to add multiple friends for a given UID.

For a detailed description of the Friends properties please visit here

Request sample:

POST /users/:uid/friends HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "accepted": ["array of strings"]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!