Verify/Reauthentication

post/verify

Query parameters

include_auth_tokenstring

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

Request body

passwordstring required

Password

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