Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/authenticator/attempt-verification \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data 'authenticator_id=<string>' \ --data 'codes=<string>'
Verify and activate a TOTP authenticator
Two consecutive TOTP codes
2
Authenticator verified and activated
Was this page helpful?