ZenAdmin · AsyncAPI Specification
Zenadmin Webhooks
Version
View Spec
View on GitHub
CompanyIT ManagementDevice ManagementMobile Device ManagementIT Asset ManagementSaaS ManagementIdentity and Access ManagementIT ProcurementEmployee LifecycleWebhookAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-21'
method: searched
source: https://docs.zenadmin.ai
type: Webhooks
api: ZenAdmin External API
description: >-
Outbound webhook (event) surface for the ZenAdmin External API. Consumers create
subscriptions to receive HTTP POST callbacks when events occur. ZenAdmin does not
publish a machine-readable AsyncAPI document; this catalog is captured from the
developer documentation.
transport: https-post
management_endpoints:
create_subscription: POST /api/external/webhooks/subscriptions
list_subscriptions: GET /api/external/webhooks/subscriptions
update_subscription: PATCH /api/external/webhooks/subscriptions/:id
delete_subscription: DELETE /api/external/webhooks/subscriptions/:id
list_deliveries: GET /api/external/webhooks/deliveries
redeliver: POST /api/external/webhooks/deliveries/:id/redeliver
signature:
algorithm: HMAC-SHA256
headers:
- X-Zenadmin-Timestamp
- X-Zenadmin-Signature
signature_format: 'sha256=<hex>'
scheme: HMAC-SHA256(sha256(secret), `${timestamp}.${rawBody}`)
verification: >-
Recompute the HMAC over `${X-Zenadmin-Timestamp}.${rawBody}` using the
subscription secret and compare against the X-Zenadmin-Signature header.
events:
- name: rfq.created
description: A request-for-quote / order was created.
- name: order.status_changed
description: An order's status changed.
notes: >-
The GET /api/external/me endpoint returns the authoritative supported_events
array for the calling key; the two events above are the ones documented. Failed
deliveries can be inspected via the deliveries endpoint and replayed via redeliver.
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/zenadmin-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.