POST
/
auth
/
request-password-reset
curl --request POST \
  --url https://api.mkinf.io/v0.1/auth/request-password-reset \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "example@mkinf.io"
}'
{
  "message": "Password reset requested. You should receive an email with the link to reset your password."
}

Request a password reset link to be sent to your email address. Use this if you’ve forgotten your password.

Body

application/json

Response

200 - application/json

The response is of type object.