100ms · Schema
100ms Webhook Event
Envelope for events delivered by 100ms to a webhook destination. Events are HMAC-signed with the destination's secret in the X-100ms-Signature header.
Live VideoLive StreamingVideo ConferencingWebRTCHLSRTMPRecordingReal-Time MessagingLive InfrastructureIndia
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Event id, used for replay and dedupe. |
| version | string | Event schema version (e.g. 2.0). |
| type | string | Event type identifier. |
| timestamp | string | |
| data | object | Event-specific payload. See https://www.100ms.live/docs/server-side/v2/how-to-guides/configure-webhooks/webhook for per-type schemas. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/100ms-live/refs/heads/main/json-schema/100ms-live-webhook-event-schema.json",
"title": "100ms Webhook Event",
"description": "Envelope for events delivered by 100ms to a webhook destination. Events are HMAC-signed with the destination's secret in the X-100ms-Signature header.",
"type": "object",
"required": ["id", "type", "timestamp", "data"],
"properties": {
"id": { "type": "string", "description": "Event id, used for replay and dedupe." },
"version": { "type": "string", "description": "Event schema version (e.g. 2.0)." },
"type": {
"type": "string",
"description": "Event type identifier.",
"examples": [
"session.open.success",
"session.close.success",
"peer.join.success",
"peer.leave.success",
"track.add.success",
"track.remove.success",
"beam.started.success",
"beam.recording.success",
"beam.failure",
"hls.started.success",
"hls.stopped.success",
"hls.recording.success",
"hls.failure",
"rtmp.started.success",
"rtmp.failure",
"recording.success",
"recording.failed",
"transcription.success",
"transcription.failed",
"summary.success",
"policy.update"
]
},
"timestamp": { "type": "string", "format": "date-time" },
"data": {
"type": "object",
"description": "Event-specific payload. See https://www.100ms.live/docs/server-side/v2/how-to-guides/configure-webhooks/webhook for per-type schemas."
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/100ms-live-webhook-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.