Skip to main content
GET
/
twitter
/
user
/
check_follow_relationship
Check Follow Relationship
curl --request GET \
  --url https://api.aisa.one/apis/v1/twitter/user/check_follow_relationship \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "following": true,
    "followed_by": true
  },
  "status": "success",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

source_user_name
string
required

Screen name of the source user.

target_user_name
string
required

Screen name of the target user.

Response

200 - application/json

Successful response

data
object
status
enum<string>
Available options:
success,
error
message
string