Skip to main content
POST
/
api
/
v1
/
auth
/
send-verification
Send Verification Email
curl --request POST \
  --url https://api.example.com/api/v1/auth/send-verification \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Request body for sending verification email.

email
string<email> | null

User's email address. If not provided, the authenticated user's email is used.

Response

Verification email sent

The response is of type Response Send Verification Email Api V1 Auth Send Verification Post · object.