{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"protection_level": {
"id": "<string>",
"stripe_product_id": "<string>",
"cover_level": {
"amount": 123,
"currency": "AED",
"formatted": "<string>"
},
"account_code": "<string>",
"public": true,
"prices": [
{
"price": {
"amount": 123,
"currency": "AED",
"formatted": "<string>"
},
"billing_period": "monthly",
"stripe_price_id": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Triggered when a protection level is updated.
{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"protection_level": {
"id": "<string>",
"stripe_product_id": "<string>",
"cover_level": {
"amount": 123,
"currency": "AED",
"formatted": "<string>"
},
"account_code": "<string>",
"public": true,
"prices": [
{
"price": {
"amount": 123,
"currency": "AED",
"formatted": "<string>"
},
"billing_period": "monthly",
"stripe_price_id": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Protection Level Updated Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?