Skip to main content

hasThisFans

Check if the current user follows a user

Path Parameters
  • username required

    Determine whether to follow the user name

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

true-follow,false-unfollow

GET /user/following/:username

Request

Base URL
https://api.atomgit.com
username — path required
Authorization — header required
curl -L -X GET 'https://api.atomgit.com/user/following/:username'