User APIs
auth
Initiate Signup
Start a new signup session.
- Validates password / plan / subscription_period at the schema layer
- Rejects emails already registered as real users
- Stages an Okta user (activate=false) so Okta's password-policy checks surface synchronously
- Creates a PendingSignup in DRAFT with the staged okta_user_id, issues a verification code, sends the verification email, and transitions to EMAIL_VERIFICATION_IN_PROGRESS.
post/api/v1/auth/signup/initiate
Headers
x-captcha-tokenstring required
Request body
Response
Successful Response
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the new optional request property
marketing_consentnew-optional-request-property
- ○