v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

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

Response

Verify/reauthenticate response.

Example response

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