Endpoint
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Content-Type | string | Yes | Must be application/json |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | The email address to send the OTP to |
full_name | string | No | Full name of the user (used when creating a new account) |
Response
Example Request
Errors
| Status | Error | Description |
|---|---|---|
400 | Missing or invalid 'email' | The email field is missing or not a valid string |

