Skip to content

Request a password reset

POST
/me/password/reset
curl --request POST \
--url https://example.com/me/password/reset \
--header 'Content-Type: application/json' \
--data '{ "email": "example" }'
Media type application/json
object
email
required
string
Example generated
{
"email": "example"
}