Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/update-password \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data 'new_password=NewSecurePass123!' \ --data 'current_password=<string>'
"NewSecurePass123!"
Password updated
Was this page helpful?