Check if one user is following another user
GET
/users/{username}/following/{target}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” username
required
string
Username of following user
target
required
string
Username of followed user
Responses
Section titled “ Responses ”APIEmpty is an empty response
APINotFound is a not found error response
object
errors
Array<string>
message
string
url
string
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}object
errors
Array<string>
message
string
url
string