POST
/
auth
/
forgot-password
Request password reset
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
This response has no body data.

Body

application/json

Email address

email
string

Response