Skip to main content
GET
/
twitter
/
get_my_x_account_detail_v3
Get Account Detail V3
curl --request GET \
  --url https://api.aisa.one/apis/v1/twitter/get_my_x_account_detail_v3 \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "msg": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Query Parameters

user_name
string
required

Twitter username. Must be set. The user must have been logged in via user_login_v3.

Response

200 - application/json

Account detail response

status
string

Status of the request.

msg
string

Message describing the result.

data
object

Account detail data.