Skip to content

Renter's Insurance Schema

Download Schema

📄 Download Renter's Insurance Schema JSON - Complete JSON schema file for validation and integration

Payload Examples

Full Payload Example

{
    "contact": {
        "address": "123 Main Street",
        "state": "CO",
        "zip_code": "80112", 
        "city": "Denver",
        "primary_phone": "1234567890",
        "first_name": "firstname",
        "last_name": "lastname",
        "email": "name@example.com", 
        "own_or_rent": "rent",
        "birthdate": "1987-04-08", 
        "marital_status": "MARRIED", 
        "gender": "male",
        "age": 32
    }, 
    "coverage": {
        "has_coverage": "YES", 
        "months_insured": 12,
        "former_insurer": "allstate"
    },
    "property_type": "APARTMENT",
    "referrer": "https://example.com/somepage?someparams",
    "replacement_cost": "25000",
    "insurance": {
        "currently_insured": false,
        "current_insurer": "not insured"
    },
    "ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3",
    "placement": "lander"
}

Minimal Request Example

{
    "contact": {
        "zip_code": "80112"
    },
    "ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3",
    "placement": "lander"
}