{
"event": {
"id": "<string>",
"type": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"protection_level": {
"id": "<string>",
"stripe_product_id": "<string>",
"cover_level": {
"amount": 123,
"formatted": "<string>"
},
"account_code": "<string>",
"public": true,
"prices": [
{
"price": {
"amount": 123,
"formatted": "<string>"
},
"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 created.
{
"event": {
"id": "<string>",
"type": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"protection_level": {
"id": "<string>",
"stripe_product_id": "<string>",
"cover_level": {
"amount": 123,
"formatted": "<string>"
},
"account_code": "<string>",
"public": true,
"prices": [
{
"price": {
"amount": 123,
"formatted": "<string>"
},
"stripe_price_id": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.stora.co/llms.txt
Use this file to discover all available pages before exploring further.
Protection Level Created Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?