Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 640 Bytes

File metadata and controls

40 lines (24 loc) · 640 Bytes

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


/users/#{id}/followers/#{friend_id}

Description


Check if a user follows the given user.

Parameters


header description type required? default
id the user id to get information from integer x
friend_id the potential follower to check integer x

Response


200 if following, 404 if not

Errors

Examples


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

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