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

Path Parameters

database
string
required

Query Parameters

json
string

set to true if you want json back (useful for reset password for authenticated users)

Body

application/json
callbackUrl
string
required
email
string
required
redirectUrl
string
required

Response

Nothing happened