Skip to main content
WEBHOOK
protection_level.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>"
    }
  }
}

Body

application/json

Protection Level Updated Webhook Body

event
object

Response

Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.