cURL
curl --request POST \ --url https://api.twitterapi.io/twitter/login_by_email_or_username \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "username_or_email": "<string>", "password": "<string>", "proxy": "<string>" }'
{ "hint": "<string>", "login_data": "<string>", "status": "<string>", "msg": "<string>" }
Login Step 1: by email or username.Recommend to use email.Trial operation price: $0.003 per call. Please read the guide: https://twitterapi.io/blog/twitter-login-and-post-api-guide
Login response
The response is of type object.
object