cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/twitter/tweet/retweeters \ --header 'Authorization: Bearer <token>'
{ "users": [ { "type": "<string>", "userName": "<string>", "url": "<string>", "id": "<string>", "name": "<string>", "isBlueVerified": true, "verifiedType": "<string>", "profilePicture": "<string>", "coverPicture": "<string>", "description": "<string>", "location": "<string>", "followers": 123, "following": 123, "canDm": true, "createdAt": "<string>", "favouritesCount": 123, "hasCustomTimelines": true, "isTranslator": true, "mediaCount": 123, "statusesCount": 123, "withheldInCountries": [ "<string>" ], "possiblySensitive": true, "pinnedTweetIds": [ "<string>" ], "isAutomated": true, "automatedBy": "<string>", "unavailable": true, "message": "<string>", "unavailableReason": "<string>" } ], "has_next_page": true, "next_cursor": "<string>", "status": "<string>", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tweet ID to get retweeters for.
Cursor for pagination.
Successful response
Show child attributes