Appearance
POST /public/v1/coverage/check
| Auth | Required |
| Scope | fees:read |
Checks whether the firm covers a county (and optional product context).
Request
json
{
"state": "TN",
"county": "Davidson",
"product_code": "1004"
}Response
| Field | Type |
|---|---|
covered | boolean |
state | string |
county | string |
product_code | string | null |
Try It
Try It — uses https://staging-api.appraiserflow.ai/public/v1. Keys stay in sessionStorage only. af_live_ keys are blocked.