Skip to content
BleemeoBleemeo

Reset password

POST
/v1/auth/users/reset_password/
curl --request POST \
--url https://example.com/v1/auth/users/reset_password/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}
Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}