{
  "name": "WaterFilterHelp Quote API",
  "description": "Submit a free Canadian water filtration / softener / RO quote request for contractor matching.",
  "site": "https://waterfilterhelp.ca",
  "endpoint": "https://waterfilterhelp.ca/api/v1/quotes",
  "method": "POST",
  "required": [
    "consent",
    "issue_type",
    "urgency",
    "name",
    "email",
    "phone",
    "address",
    "city",
    "province"
  ],
  "enums": {
    "issue_type": [
      "whole_home",
      "reverse_osmosis",
      "softener",
      "well_treatment",
      "carbon_sediment",
      "pfas_lead",
      "service_repair",
      "water_testing",
      "advice",
      "other"
    ],
    "system_type": [
      "municipal",
      "well",
      "cottage"
    ],
    "urgency": [
      "asap",
      "1_3_months",
      "researching"
    ],
    "province": [
      "AB",
      "BC",
      "MB",
      "NB",
      "NL",
      "NS",
      "NT",
      "NU",
      "ON",
      "PE",
      "QC",
      "SK",
      "YT"
    ]
  },
  "honeypot": "website",
  "documentation": "https://waterfilterhelp.ca/agents.md",
  "openapi": "https://waterfilterhelp.ca/openapi.json"
}
