Devrev · AsyncAPI Specification

Devrev Webhooks

Version

View Spec View on GitHub CompanyCustomer-SupportProduct DevelopmentIssue TrackingKnowledge BaseCRMDeveloper ToolsArtificial IntelligenceWebhookAutomationAsyncAPIWebhooksEvents

AsyncAPI Specification

devrev-webhooks.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.devrev.ai/guides/webhooks
spec_type: Webhooks
description: >-
  DevRev delivers object-mutation events to registered HTTP endpoints. Webhooks
  are registered via the webhooks.create API endpoint with a target URL and the
  event types to subscribe to. No published AsyncAPI document was found; this
  captures the webhook catalog as documented.
registration:
  endpoint: POST https://api.devrev.ai/webhooks.create
  api_group: webhooks
  inputs: [url, event_types]
delivery:
  transport: HTTP POST to subscriber URL
  signature_header: X-DevRev-Signature
  signature_scheme: >-
    HMAC-SHA256 using the endpoint secret (returned at registration) as the key
    and the raw request payload as the message.
  replay_protection: >-
    A timestamp is provided and should be validated for proximity; stale
    requests should be discarded.
event_types:
  documented_examples:
  - work_created
  - work_deleted
  pattern: >-
    Object-mutation events of the form <object>_<created|updated|deleted> across
    supported objects (works, etc.). The docs describe the create/update/delete
    pattern rather than a fixed exhaustive list.
notes: >-
  No AsyncAPI 2.x/3.x document is published, so only a Webhooks pointer is wired
  (no AsyncAPI spec pointer). Event names beyond the documented examples were not
  enumerated verbatim and are not fabricated here.

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/devrev-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 email required.

A second provider on the same verified email joins the account you already have.