Notyfi · AsyncAPI Specification

Notyfi Webhooks

Version

View Spec View on GitHub CompanyNotificationMonitoringWebhookReal-TimeAgentsMCPAlertsAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/notyfi-openapi-original.json
spec_type: Webhooks
notes: >-
  Notyfi publishes an outgoing-webhook surface (no AsyncAPI document). Endpoints are
  managed via the REST API (create/list/update/delete, rotate-secret, test). Each
  endpoint is subscribed to one or more canonical tracker-event types and can be scoped
  to specific tracker_ids (empty = all trackers owned by the account). Payloads are
  HMAC-signed; the signing_secret is returned exactly once at creation and can be rotated.
transport: https
delivery: outgoing HTTP POST to a subscriber-provided URL
signature:
  scheme: HMAC
  header: 'No-* signature header (verify with the endpoint signing_secret)'
  secret_lifecycle: returned once on creation; rotatable via /webhooks/{id}/rotate-secret
events:
  - type: tracker.event.created
    description: A new canonical tracker event was created.
  - type: tracker.event.updated
    description: An existing canonical tracker event was updated/revised.
management_operations:
  - POST   /api/v1/webhooks                          # create_webhook_endpoint
  - GET    /api/v1/webhooks                          # list_webhook_endpoints
  - PATCH  /api/v1/webhooks/{webhook_id}             # update_webhook_endpoint
  - DELETE /api/v1/webhooks/{webhook_id}             # delete_webhook_endpoint
  - POST   /api/v1/webhooks/{webhook_id}/rotate-secret
  - POST   /api/v1/webhooks/{webhook_id}/test        # test_webhook_endpoint

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