Vox Media · AsyncAPI Specification
Vox Media Coral Webhooks
Version
View Spec
View on GitHub
CompanyConsumerMediaPublishingNewsCommentsCommunityModerationGraphQLAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-21'
method: searched
source: https://docs.coralproject.net/webhooks
type: Webhooks
description: >-
Coral (Coral by Vox Media) delivers webhook events as POST requests with
JSON payloads to endpoints configured in the admin panel at
/admin/configure/webhooks on a Coral instance. No AsyncAPI document is
published; this captures the documented webhook catalog.
envelope:
fields:
- name: id
description: Unique identifier for the event
- name: type
description: Event name (see events below)
- name: data
description: Event-specific payload object
- name: createdAt
description: ISO 8601 timestamp
- name: tenantID
description: ID of the Coral tenant emitting the event
- name: tenantDomain
description: Domain of the Coral tenant emitting the event
signing:
header: X-Coral-Signature
algorithm: HMAC-SHA256
format: signatures prefixed with sha256=, comma-separated when multiple secrets are active
notes: >-
Multiple signatures appear when the signing secret has been rolled from
the administrative panel with the previous secret kept active. Verify with
a constant-time comparison of the HMAC of the raw request body.
events:
- name: STORY_CREATED
description: A new story was created; data includes storyID, storyURL, siteID.
- name: COMMENT_CREATED
description: A comment was published (status NONE or APPROVED).
- name: COMMENT_REPLY_CREATED
description: A published reply was created; data includes ancestorIDs array.
- name: COMMENT_ENTERED_MODERATION_QUEUE
description: A comment entered a moderation queue; data includes its status.
- name: COMMENT_LEFT_MODERATION_QUEUE
description: A comment left a moderation queue; data includes its status.
management:
ui: /admin/configure/webhooks
graphql_mutations:
- createWebhookEndpoint
- enableWebhookEndpoint
- disableWebhookEndpoint
- deleteWebhookEndpoint
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/vox-media-coral-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.