POST
/
twitter
/
user_login_v2
cURL
curl --request POST \
  --url https://api.twitterapi.io/twitter/user_login_v2 \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "user_name": "<string>",
  "email": "<string>",
  "password": "<string>",
  "totp_secret": "<string>",
  "proxy": "<string>"
}'
{
  "login_cookie": "<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.