Skip to main content
GET
/
v2
/
databases
/
{database}
/
auth
/
reset-password
Retrieve password token
curl --request GET \
  --url https://api.example.com/v2/databases/{database}/auth/reset-password
"<string>"

Path Parameters

database
string
required

Query Parameters

token
string
required
identifier
string
required
callbackUrl
string
required
redirect
string
required

Response

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