/photos/#{id}/likers/#{user_id}
Checks whether a user likes a photo.
header | description | type | required? | default |
---|---|---|---|---|
id | The id of the photo we want information about. | integer | x | |
user_id | The id of the user we want check. | integer | x |
200 if the user likes a photo, 404 otherwise
https://api.eyeem.com/v2/photos/939584/likers/3346
{
"message": "User has favorited this photo."
}