v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Unified Sign In

post/us-signin

Query parameters

include_auth_tokenstring

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

Request body

identitystring required

Configured by SECURITY_USER_IDENTITY_ATTRIBUTES

passcodestring required

password or code

rememberboolean

Example request

{
  "identity": "me@you.com, +16505551212"
}

Response

Unified Sign In response

Example response

{
  "meta": {
    "code": 200
  },
  "response": {
    "tf_method": "webauthn"
  }
}