Make the authenticated source user follow a target user on X/Twitter. Proxies the official X v2 follow-user endpoint through the AIsa gateway.
POST /2/users/{id}/following endpoint, routed through the AIsa gateway at https://api.aisa.one/apis/v1/twitter/follow_twitter.
POST /apis/v1/twitter/auth_twitter — that endpoint kicks off the OAuth flow and stores the resulting session against your AIsa key, so you do not pass OAuth tokens in the request body here.follows.write, tweet.read, users.read.| Field | Type | Meaning |
|---|---|---|
data.following | boolean | true once the source user follows the target. For public accounts this is the success signal. |
data.pending_follow | boolean | true when the target is a protected account — the follow request has been sent and is awaiting the target user’s approval. |
Your AIsa API key. The authenticated source user (the account doing the follow) is determined by the OAuth session attached to your key.
Numeric ID of the X/Twitter user to follow. Must match the X regex ^[0-9]{1,19}$.
^[0-9]{1,19}$"6253282"
Follow succeeded (or was already in place).