Verisk · Example Payload

Insurance Analytics Address Lookup Request Example

InsuranceAnalyticsRisk ManagementProperty DataCatastrophe ModelingUnderwritingClaims

Insurance Analytics Address Lookup Request Example is an example object payload from Verisk, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

streetAddresscitystatezipCodeincludeRiskDataincludePerils

Example Payload

Raw ↑
{
  "streetAddress": "123 Main St",
  "city": "San Francisco",
  "state": "CA",
  "zipCode": "94105",
  "includeRiskData": true,
  "includePerils": []
}