Request Onboarding OTP
pop_onboarding_request_otpInitiate POP onboarding by sending a one-time password (OTP) to an email. Returns the OTP for immediate verification and auto-creates an account if the email is new.
Instructions
Start the POP onboarding flow by sending a one-time password (OTP) to an email address.
This is step 1 of 5 in the onboarding sequence: request-otp → verify-otp → get_status → get_account_setup → save_account_setup
Key behaviours:
The OTP code is returned directly in the response (not just by email). Read otp_code from the response.
OTP expires in 10 minutes. Pass it to pop_onboarding_verify_otp immediately.
If the email does not exist, a new POP account is created automatically.
For administrator accounts, no OTP is issued. Use the admin password as the otp field in verify-otp instead.
No API key required for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Locale hint (e.g. 'en', 'it'). Stored in the session context but does not affect response language. | |
| Yes | Email address to send the OTP to. If the account does not exist it will be created automatically. |