Unified sign in verify/reauthentication

post/us-verify

Query parameters

include_auth_tokenstring

If set/sent, will return an Authentication Token for user

Request body

passcodestring required

password or code

nextstring

Redirect URL. Overrides SECURITY_POST_VERIFY_VIEW. Invalid (e.g. external) URLs are rejected with INVALID_REDIRECT.

Response

Verify/reauthenticate response.

Example response

{
  "meta": {
    "code": 200
  }
}

Changes