Skip to main content

Log In

POST 

/login

Allows credentialed SDP users to log in to the SDP dashboard with a password. Note: all passwords must be at least 8 characters long and a combination of uppercase letters, lowercase letters, numbers, and symbols.

Request

Body

    email stringrequired
    password stringrequired
    recaptcha_token string

    Token for reCAPTCHA validation. ReCAPTCHA token is required unless the DISABLE_RECAPTCHA configuration is set to true.

Responses

OK

Response Headers
    Schema
      token string
    Loading...