Panel & Usage
Send an email verification code
Guide: [Base URL & panels](/docs/base-url)
Guide: Base URL & panels
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/auth/start-email-verification" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'{ "expires_at": null, "success": true, "token": null}