Verify Password for LoginAsk AIpost https://{application_vanity_domain}/api/v1/password-login/verify-passwordBody ParamsVerify Password Request JSON objectauthorizationRequestTokenstringrequiredlength ≥ 1A JWT with the original authorization request parameters.loginIdentifierstringrequiredlength between 1 and 200Unique per IdP login identifier used for authenticating a user. Supported Login Identifier Types: Email (i.e. "[email protected]") Username (i.e. "BobLobster01") passwordpasswordrequiredlength ≥ 1The password to verify for the user logging in.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 405Method Not Allowed 406Not Acceptable 415Unsupported Media Type 500Internal Server Error 503Service UnavailableUpdated 6 months ago