Skip to content

Life Insurance Schema

Download Schema

📄 Download Life Insurance Schema JSON - Complete JSON schema file for validation and integration

Payload Examples

Full Payload Example

{    
    "contact": {        
        "zip_code": "80112",
        "first_name": "firstname",
        "last_name": "lastname",
        "email": "name@example.com", 
        "own_or_rent": "own",
        "birthdate": "1987-04-08", 
        "gender": "male",
        "age": 32
    },
    "height_feet": "5",
    "height_inches": "11",
    "weight": 180,
    "product": "life",
    "placement": "lander",
    "referrer": "https://example.com/somepage?someparams",
    "user-agent": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}

Minimal Request Example

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