cURL
curl --request GET \ --url https://api.twitterapi.io/twitter/user/check_follow_relationship \ --header 'X-API-Key: <api-key>'
{ "data": { "following": true, "followed_by": true }, "status": "success", "message": "<string>" }
Check if the user is following/followed by the target user. Trial operation price: 100 credits per call.
screen name of the source user
screen name of the target user
Check follow relationship response
Show child attributes
Whether the source user is following the target user
Whether the source user is followed by the target user
Status of the request.success or error
success
error
Message of the request.error message