validateOtp
Validate the email one-time code to authenticate your account and retrieve the API key needed to access CallRemind services.
Instructions
Validate an email one-time code for the signed-in account and return the account's API key (POST /auth/connect-verify). Use after requestOtp. Example: validateOtp({ "otp": "123456" }) -> { email, api_key }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp | Yes | The 6-digit code from your email | |
| No | Account email |