Unito · AsyncAPI Specification

Unito Connector Webhooks

Version

View Spec View on GitHub IntegrationTwo-Way SyncWorkflow-AutomationProject ManagementCollaborationEmbedded IntegrationsSoftware-as-a-ServiceAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://dev.unito.io/docs/connectors/apiSpecification/webhookOperations/ +
  https://dev.unito.io/docs/connectors/configuration/webhooks/
type: Webhooks
spec_type: none
notes: Unito publishes no AsyncAPI document. Its documented event surface is the
  webhook layer of the Connector API specification - Unito subscribes to item changes
  through connectors, which forward provider webhooks back to Unito for real-time
  two-way sync. The operations below are the webhook endpoints a connector implements
  (optional; opted into via webhookSubscriptionsRelativeUrl and webhookParsingRelativeUrl
  in the connector configuration).
direction: unito-consumes
webhooks:
- name: webhook-subscription
  method: PUT
  example_path: /webhooks/register
  description: Unito signifies interest in an item; the connector forwards the subscription
    intent to the provider. Payload includes itemPath, targetUrl (https://api.unito.io/webhooks/receive),
    and action (start). Must be idempotent - repeated subscriptions for the same
    item return 204. Errors use the connector error envelope (e.g. 422 when an item
    does not support webhooks).
- name: webhook-parse
  method: POST
  example_path: /webhooks/parse
  description: Parses a native provider webhook received on behalf of the connector.
    Unauthenticated call carrying headers, the raw payload string, partition, and
    receiving URL; returns WebhookParseResponsePayload entries (itemSummary with
    path/canonicalPath, date, impactedRelations tree) or 204 when no items of interest
    were detected.
receive_endpoint: https://api.unito.io/webhooks/receive

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/unito-connector-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.