Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/auth/attempt-verification \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data verification_code=123456
Verify the code sent to the user
Verification code received by user
"123456"
Code verified successfully
Was this page helpful?