Authentication
Send OTP
Sends a one-time password (OTP) to the specified email address.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.veriworkly.com/api/v1/auth/email-otp/send-otp" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'Empty