The Only API docs
Panel & Usage

Send an email verification code

Guide: [Base URL & panels](/docs/base-url)

POST
/api/auth/start-email-verification

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}