Get User Verified Followers
User Endpoints
Get User Verified Followers
List only the verified accounts following a given X user, in reverse chronological order.
GET
Get User Verified Followers
List only the verified accounts following a given X user, in reverse chronological order. Use this to gauge the quality rather than the size of an audience — verified followers are a better credibility signal than raw follower count. Cursor-paginated. Takes a numeric
user_id, not a @handle; resolve the handle first with get_twitter_user_info.
For the complete follower list use get_twitter_user_followers.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
User ID of the user.
The cursor to paginate through the results. First page is empty.