Skip to content
Start free in Cloud

Request password reset REST API

POST
/api/auth/forgot-password
curl --request POST \
--url https://hitkeep.com/api/auth/forgot-password \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'

Sends password reset email if account exists.

Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}

Status

Media typeapplication/json
object
message
string
status
string
Examplegenerated
{
"message": "example",
"status": "example"
}