Matik · AsyncAPI Specification

Matik Webhooks

Version

View Spec View on GitHub CompanyContent AutomationPresentationsDocumentsData-Driven ContentSales EnablementCustomer SuccessRevenue OperationsArtificial IntelligenceMCPAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-08-14'
method: searched
source: https://developer.matik.io/docs/matik/webhook-subscriptions
docs: https://developer.matik.io/docs/category/matik-api
spec_type: Webhooks
notes: >-
  Matik publishes a Webhook Subscriptions resource in its REST API reference
  (developer.matik.io) but does not publish an AsyncAPI document, and does not publish an
  event catalog: the six operations below manage subscriptions, and nothing in the
  reference names the event types that will be delivered, the delivery payload shape, or
  the signature header/algorithm used to verify a delivery. A consumer can create a
  subscription from the docs but cannot, from the docs alone, know what will arrive on it
  or how to verify it. Subscriptions carry a per-subscription signing secret that can be
  rotated.
management_api:
  base_url: https://app.matik.io/api/1.0/
  operations:
    - method: GET
      path: /webhook_subscriptions
      summary: List webhook subscriptions.
      responses: [200, 400]
    - method: POST
      path: /webhook_subscriptions
      summary: Create a webhook subscription (route).
      responses: [201, 400]
    - method: GET
      path: /webhook_subscriptions/:subscription_id
      summary: Get a webhook subscription.
      responses: [200, 400, 404]
    - method: PUT
      path: /webhook_subscriptions/:subscription_id
      summary: Update a webhook subscription.
      responses: [200, 400, 404]
    - method: DELETE
      path: /webhook_subscriptions/:subscription_id
      summary: Delete a webhook subscription.
      responses: [200, 400, 404]
    - method: POST
      path: /webhook_subscriptions/:subscription_id/rotate_secret
      summary: Rotate the subscription signing secret.
      responses: [200, 400, 404]
signing:
  secret: per-subscription, rotatable via the rotate_secret operation
  header: null
  algorithm: null
  note: The verification header name and algorithm are not documented publicly.
events:
  catalog_published: false
  event_types: []
asyncapi:
  published: false
  probed:
    - {url: 'https://developer.matik.io/asyncapi.yaml', status: 404}
    - {url: 'https://developer.matik.io/openapi.json', status: 404}
x-correction: >-
  Path spelling corrected 2026-08-14 from /webhook-subscriptions to
  /webhook_subscriptions after harvesting the 91 documented operations directly from the
  reference — Matik's real paths use underscores. The previous hyphenated forms would
  have 404'd.

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/matik-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.