Skip to main content
POST
/
auth
/
prepare-verification
Prepare verification code
curl --request POST \
  --url https://api.wacht.dev/auth/prepare-verification \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data email=john@example.com

Body

application/x-www-form-urlencoded
email
string<email>
required

Email address to send verification code

Example:

"john@example.com"

Response

Verification code sent