Skip to content

Medicare Insurance Schema

Download Schema

📄 Download Medicare 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", 
        "birthdate": "1945-01-01", 
        "marital_status": "MARRIED", 
        "gender": "male",
        "age": 76
    },
    "ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}

Minimal Request Example

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