Skip to main content
POST
/
auth
/
password-reset
/
verify
Verify reset code and set new password
curl --request POST \
  --url https://backyard.posthoot.com/api/v1/auth/password-reset/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>",
  "new_password": "<string>"
}'
{}

Body

application/json
code
string
required
new_password
string
required
Minimum length: 8

Response

Password reset successful

{key}
string