v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Send Code for unified sign in.

post/us-signin/send-code

Request body

identitystring required

Configured by SECURITY_USER_IDENTITY_ATTRIBUTES

chosen_methodstring required

which method should be used to send the code, as configured with SECURITY_US_ENABLED_METHODS

Example request

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

Response

Send code response

Example response

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