Skip to main content
POST
Log in (session + JWT)

Body

application/x-www-form-urlencoded
action
string
required
Allowed value: "sagescreen_login"
login_nonce
string
required

WP nonce for sagescreen_login

recaptcha_token
string
required

Cloudflare Turnstile / reCAPTCHA token

username
string
required
Example:

"john.doe"

password
string<password>
required
Example:

"SecurePass123"

remember_me
string

'1' to persist session, omit otherwise

Example:

"1"

redirect_to
string<uri>

Post-login redirect URL (optional, auto-determined if omitted)

Example:

"/admin/dashboard"

Response

200 - application/json

Login result (check success field)

success
boolean
data
object