Skip to main content
PUT
/
v2
/
databases
/
{database}
/
auth
/
reset-password
Resets the password
curl --request PUT \
  --url https://api.example.com/v2/databases/{database}/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'
{}

Path Parameters

database
string
required

Body

application/json
email
string
required
password
string
required

Response

Token has been sent to the client via cookie, if possible