cURL
curl --request PUT \ --url https://api.example.com/v2/databases/{database}/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{}
Based on a cookie, allows a user to reset their password
Token has been sent to the client via cookie, if possible
Was this page helpful?