Insurely · AsyncAPI Specification

Insurely Collection Webhooks

Version

View Spec View on GitHub CompanyOpen FinanceInsuranceFintechPSD2Financial DataData AggregationPensionsWealthEuropeAsyncAPIEvents

AsyncAPI Specification

insurely-collection-webhooks.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.insurely.com/integration/api/collection-webhooks/
spec_type: Webhooks
summary: >-
  Insurely uses collection webhooks on a "signal and fetch" model: a webhook fires
  when a data collection reaches a terminal state, and the receiver then calls the
  API to fetch the authoritative status and data. Payloads never carry collected
  data or PII.
delivery:
  transport: https
  method: POST
  configuration: >-
    Register a publicly reachable HTTPS endpoint with Insurely and receive a signing
    secret. Respond 2xx quickly and process asynchronously.
signature:
  header: X-Insurely-Signature
  algorithm: HMAC-SHA256
  encoding: lowercase-hex
  signed_content: raw request body bytes (verify with constant-time comparison; never re-serialized JSON)
  secret: per-endpoint signing secret issued at registration
payload:
  content_type: application/json
  fields:
  - name: collectionId
    type: string
    description: Which collection reached a terminal status.
  - name: status
    type: string
    description: The terminal state achieved (see events below).
  - name: eventId
    type: string
    format: uuid
    description: Unique event id; use for deduplication.
  - name: timestamp
    type: string
    format: date-time
    description: ISO-8601 event generation time.
events:
  success:
  - COMPLETED
  - COMPLETED_PARTIAL
  - COMPLETED_EMPTY
  failure:
  - FAILED
  - FAILED_PDF_PARSE
  - FAILED_PDF_USER_INPUT
  - THIRD_PARTY_ERROR
  action_required:
  - INCORRECT_CREDENTIALS
  - AUTHENTICATION_TIMEOUT
  - AUTHENTICATION_CANCELLED
  - AUTHENTICATION_CONFLICT
  - AUTHENTICATION_MISMATCH
  - TWO_FACTOR_METHOD_SELECTION_TIMEOUT
  - KYC_FORM
  - CONTACT_FORM
  - CUSTOMER_ENROLLMENT_REQUIRED
  - COLLECTION_INPUT_TIMEOUT
consumer_rules:
- Verify the signature before processing.
- Deduplicate using eventId.
- Treat webhooks as triggers only; call the collection status endpoint for authoritative data.
- Endpoint must be publicly accessible over HTTPS.

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.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/insurely-collection-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.