Skip to main content
POST
/
auth
/
attempt-verification
Verify code
curl --request POST \
  --url https://api.wacht.dev/auth/attempt-verification \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data verification_code=123456

Body

application/x-www-form-urlencoded
verification_code
string
required

Verification code received by user

Example:

"123456"

Response

Code verified successfully