Skip to main content

Method

POST /v1/verify/email/start

Body Parameters

Headers

Authorization
string
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)
content-type
string
application/json

Request Example

curl -X POST https://api.voyantcloud.com/v1/verify/email/start \
  -H "Authorization: Bearer $VOYANT_API_KEY" \
  -H "content-type: application/json" \
  -d '{ "email": "ana@example.com" }'

Response

{ "ok": true }
This endpoint currently returns an acknowledgement only. Connect it to your email provider (e.g. Trigger.dev + Resend) to issue verification codes before using it in production flows.