Skip to main content
GET
https://api.aisa.one/apis/v1
/
twitter
/
user
/
info
Get User Info
curl --request GET \
  --url https://api.aisa.one/apis/v1/twitter/user/info \
  --header 'Authorization: Bearer <token>'
{
  "msg": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

userName
string
required

The screen name of the user

Response

200 - application/json

User information

status
enum<string>
Available options:
success,
error
msg
string
data
object

User profile object returned by TwitterAPI.io.