Technical Reference
📄 Homeowners Insurance Webhook (Technical Reference)
This page provides a detailed field-by-field breakdown of the Homeowners Insurance Webhook payload.
Root Object
The webhook payload is a JSON object with the following top-level keys:
document_linkpolicypropertycoveragesdiscountsmortgageeexclusionssurchargesdeductiblesendorsementsloss_historypolicyholderprior_carrieravailable_optionsimportant_noticespremium_breakdownadditional_insuredhazard_informationbilling_informationinsurer_informationforms_and_endorsementsinspection_informationspecial_property_features
Policy Object
provider
string
Insurance company name
"Travelers Personal Insurance Company"
policy_number
string
Unique identifier of the policy
"612196357 633 1"
policy_type
string
Type of insurance policy
"Homeowners"
policy_term
string
Duration of policy coverage
"12 months"
coverage_period.start_date
string (date)
Policy effective date
"2022-07-22"
coverage_period.end_date
string (date)
Policy expiration date
"2023-07-22"
annual_policy_premium
number
Total premium for the policy term
1363
coverage_level
string
Product/coverage level
"Travelers Protect Plus®"
Property Object
type
string
Property type
"Single Family"
location.street
string
Street address
"2429 ROBIN HOOD PL NE"
location.city
string
City
"MARIETTA"
location.state
string
State
"GA"
location.zip
string
Postal code
"30068-2240"
year_built
number
Year property was built
1963
square_footage
number
Size of the property in square feet
1504
roof_type
string
Type of roofing material
"Metal"
Coverages Object
Dwelling Coverage
limit
number
Coverage limit
333000
deductible
number
Deductible amount
1000
Personal Property
limit
number
Coverage limit
150000
deductible
number
Deductible amount
1000
replacement_cost
boolean
Replacement cost coverage flag
true
Personal Liability
limit
number
Liability coverage limit
500000
(Other coverage types follow the same format)
Discounts Array
type
string
Discount type
"Multi-Policy"
description
string
Explanation (if available)
""
Mortgagee Object
name
string
Mortgage lender name
"NATIONSTAR MORTGAGE LLC ISAOA/ATIMA"
loan_number
string
Loan identifier
"6870081281"
address.city
string
Mortgagee city
"SPRINGFIELD"
address.state
string
Mortgagee state
"OH"
address.zip
string
ZIP code
"45501-7729"
Exclusions Array
item
string
Excluded risk
"Flood damage"
Deductibles Object
all_peril
number
Standard deductible
1000
hurricane
number
Deductible for hurricane damage
0
earthquake
number
Deductible for earthquake
0
Policyholder Object
name
string
Policyholder’s full name
"CECILY SAPP"
email
string
Email address
"CEESAPP@GMAIL.COM"
address.street
string
Street address
"2429 ROBIN HOOD PL NE"
address.city
string
City
"MARIETTA"
address.state
string
State code
"GA"
address.zip
string
Postal code
"30068-2240"
Insurer Information Object
company_name
string
Name of the insurer
"Travelers Personal Insurance Company"
claims_phone
string
Claims reporting number
"1.800.252.4633"
service_phone
string
Customer service number
"1.800.842.5075"
company_address.street
string
Company mailing address
"PO BOX 2906"
company_address.city
string
City
"HARTFORD"
company_address.state
string
State
"CT"
company_address.zip
string
Postal code
"06104-9900"
Sample Payload
Last updated
