GET /users/#{id}/friends/#{friend_id}

July 17, 2013 ยท View on GitHub


/users/#{id}/friends/#{friend_id}

Description


Check if the given user is friends with (follows) another user.

Parameters


headerdescriptiontyperequired?default
idthe user id to get information fromintegerx
friend_idthe user id of the friendintegerx

Response


200 if friends, 404 if not

Errors

Examples


https://api.eyeem.com/v2/users/1013/friends/1015



{
  "message": "User 1013 is following user 1013."
}