Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/backup-codes \ --cookie session_id=
{ "codes": [ "12345678", "87654321" ] }
Generate new backup codes for account recovery
Backup codes generated (shown once)
["12345678", "87654321"]
Was this page helpful?