Gets a list of users added as friends of the authenticated user.
OK
Bad Request
Forbidden
Forbidden
Not Found
curl --request GET \ --url 'https://login.xsolla.com/api/users/me/relationships?after=SOME_STRING_VALUE&limit=20&type=SOME_STRING_VALUE&sort_by=SOME_STRING_VALUE&sort_order=SOME_STRING_VALUE' \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "next_after": "string",
- "next_url": "string",
- "relationships": [
- {
- "next_after": "bmFtZS0ydXNlci0y",
- "relationships": [
- {
- "status_incoming": "none",
- "status_outgoing": "friend_requested",
- "updated": 1494499214.3501,
- "user": {
- "id": "user-3",
- "name": "name-3",
- "nickname": "nick-2",
- "picture": "",
- "tag": "423432"
}
}, - {
- "status_incoming": "none",
- "status_outgoing": "friend_requested",
- "updated": 1494499213.4718,
- "user": {
- "id": "user-2",
- "name": "name-2",
- "nickname": "nick-2",
- "picture": "",
- "tag": "3100"
}
}
]
}
]
}