Start bootstrap — send OTP

Step 1 of 3. Send a one-time passcode to the provided email. Returns a session ID to use in step 2 (POST /v1/bootstrap/verify). Public endpoint — no API key required. Use this to create a new account programmatically without the developer console.

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Account owner email

Response

Successful Response
sessionstring
Bootstrap session ID. Pass to the next step.
otp_sentboolean
True when OTP was sent to the email address.
object"bootstrap_session"
Object type identifier.

Errors

422
Unprocessable Entity Error
429
Too Many Requests Error