cURL
curl --request GET \ --url https://api.example.com/v2/databases/{database}/auth/reset-password
"<string>"
Responds to a link (probably in an email) by setting a cookie that allows for a password to be reset
Token has been sent to the client via cookie, if possible
Was this page helpful?