Kasko · AsyncAPI Specification
Kasko Webhooks
Version
View Spec
View on GitHub
CompanyInsuranceInsurtechInsurance APIPolicy ManagementPaymentsWebhookEmbedded InsuranceNo-CodeAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-19'
method: searched
source: https://docs.kasko.io/kasko-api-documentation/webhooks/webhooks.md
spec_type: Webhooks
docs: https://docs.kasko.io/kasko-api-documentation/webhooks/webhooks.md
transport:
style: HTTP POST callback to a subscriber-configured URL
payload: full event details as JSON in the POST body
ack: subscriber must return a 2xx status code; any non-2xx (including 3xx) is treated as failure
subscription:
scope: account-level; each account may register multiple webhooks with different event sets
modes: [live, test]
configuration: created on request by contacting techsupport@kasko.io
signature:
header: X-KASKO-Signature
scheme: HMAC hex digest of the payload body keyed with the endpoint webhook secret (sha1 example)
example: sha1=88dd4948bf8fc1e991a574179fc668c76d329db2
headers:
- name: X-KASKO-Event
description: The event type that was triggered.
example: policy.created
- name: X-KASKO-Delivery
description: A GUID identifying the payload and event being sent.
example: baf59150f9a60c1c0e6a700e6f531676
- name: X-KASKO-Signature
description: HMAC signature of the payload for verification.
events:
# Event catalog is configured per account; the documented example event is below.
- name: policy.created
resource: policy
description: Emitted when a policy is created (documented example event).
notes: >-
KASKO signs every webhook so subscribers can verify authenticity via HMAC.
The full per-account event catalog is configured with KASKO technical support;
only the documented example event (policy.created) is captured verbatim here —
no events were fabricated.
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for asyncapi
4 MCP tools reach this
find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/kasko-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.