cURL
curl --request GET \ --url https://serengo.zias.be/api/friends \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "requesterId": "<string>", "addresseeId": "<string>", "status": "pending", "requester": { "id": "<string>", "username": "<string>", "profilePicture": "<string>" }, "addressee": { "id": "<string>", "username": "<string>", "profilePicture": "<string>" } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
accepted
pending
blocked
friends
sent
received
Friendships
Show child attributes