Skip to content

Request password reset

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

Sends a password reset email

Media type application/json
object
email
required
string format: email
Example generated
{
"email": "hello@example.com"
}

Password reset email sent

Bad Request

Internal Server Error