Unified sign in verify/re-authentication

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

Response

Verify/re-authenticate response.

Example response

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

Changes