cURL
curl --request GET \ --url https://api.twitterapi.io/twitter/get_my_x_account_detail_v3 \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "msg": "<string>", "data": {} }
V3 Get Account Detail API - Get the details of your X account that was logged in via user_login_v3.
Twitter username. Must be set. The user must have been logged in via user_login_v3.
Account detail response
Status of the request.
Message describing the result.
Account detail data.