Start bootstrap — send OTP
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.
email
Account owner email
Response
Successful Response
session
Bootstrap session ID. Pass to the next step.
otp_sent
True when OTP was sent to the email address.
object
Object type identifier.
Errors
422
Unprocessable Entity Error
429
Too Many Requests Error