POST
Register
Send the user’s email and password. We create the account and email them a confirmation code. Confirm it next with Confirm sign-up. For a brand-new user, confirming logs them in and returns a SECURITY_SETUP_REQUIRED challenge, so they set up a passkey or 2FA before they have a usable session.

Headers

x-program-id
string
required

Identifies the program. Can also be sent as the programId query parameter.

x-sandbox
boolean

Set to true to use the sandbox environment. Defaults to false.

Body

application/json
email
string<email>
required
password
string
required

Must meet the password policy.

Minimum string length: 8

Response

A simple confirmation message

success
boolean
Example:

true

data
object