format: "evt_*"
format: "pt_*"
1 { 2 "id": "evt_3b1333d87d9d4fd6ad83ba7f6b0e951a", 3 "type": "employer.health_insurance.quote.action_required", 4 "platform_id": "pt_3b1333d87d9d4fd6ad83ba7f6b0e951a", 5 "data": { 6 "id": "erhq_3b1333d87d9d4fd6ad83ba7f6b0e951a", 7 "employer_id": "er_3b1333d87d9d4fd6ad83ba7f6b0e951a", 8 "quoted_at": "2024-01-15T09:30:00Z", 9 "status": "pending_quote", 10 "coverage_levels": [ 11 { 12 "plan_id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a", 13 "plan_name": "plan_name", 14 "plan_currency": "eur", 15 "provider_name": "provider_name", 16 "provider_logo_url": "provider_logo_url", 17 "documents": [ 18 { 19 "title": "title", 20 "link": "link" 21 } 22 ] 23 } 24 ] 25 }, 26 "api_version": "1.0", 27 "object": "event" 28 }
1 { 2 "id": "evt_3b1333d87d9d4fd6ad83ba7f6b0e951a", 3 "type": "employer.health_insurance.quote.action_required", 4 "platform_id": "pt_3b1333d87d9d4fd6ad83ba7f6b0e951a", 5 "data": { 6 "id": "erhq_3b1333d87d9d4fd6ad83ba7f6b0e951a", 7 "employer_id": "er_3b1333d87d9d4fd6ad83ba7f6b0e951a", 8 "quoted_at": "2024-01-15T09:30:00Z", 9 "status": "pending_quote", 10 "coverage_levels": [ 11 { 12 "plan_id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a", 13 "plan_name": "plan_name", 14 "plan_currency": "eur", 15 "provider_name": "provider_name", 16 "provider_logo_url": "provider_logo_url", 17 "documents": [ 18 { 19 "title": "title", 20 "link": "link" 21 } 22 ] 23 } 24 ] 25 }, 26 "api_version": "1.0", 27 "object": "event" 28 }