POST
/
twitter
/
login_by_email_or_username
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>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Login response

The response is of type object.