Login

This request will check if login credentials are valid and return cookies.

POST https://api.noauth.cc/twitter/login

This request will check if login credentials are valid and return cookies.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

email*

String

Example: hello@noauth.cc

password*

String

Example: CoolPass123$

proxy*

String

Example: http://user:pass@host:port

verify_content

List

Either username or phonenumber for the account incase of unusual login being detected.

Example: ["testusername242"]

{
  "status": "success",
  "auth_token": "token...",
  "ct0_token": "token...",
  "user_agent": "MacOS...",
}

Last updated