Get friend settings
GET /v1/friend/:userId/:friendId
Get a friend from a user (Typically your user)
Path Parameters
- userId string required
String Id of the origin friend (Typically you)
- friendId string required
String Id of the destination friend (Typically your friend)
Responses
- 200
- 404
OK
NOT FOUND
Loading...