cURL
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>" }
Check if the user is following/followed by the target user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Screen name of the source user.
Screen name of the target user.
Successful response
Show child attributes
success
error