Skip to main content
POST
/
auth
/
password-reset
Request password reset
curl --request POST \
  --url https://backyard.posthoot.com/api/v1/auth/password-reset \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{}

Body

application/json
email
string
required

Response

Reset code sent if email exists

{key}
string