latestOpenAPI 3.1.02026-08-218667571.2 MB
a8ca30023371
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