Smokeball · Schema
Smokeball WebhookSubscriptionDto
LegalLaw FirmsPractice ManagementMatterContactsDocumentsBillingTrust AccountingTime Tracking
Properties
| Name | Type | Description |
|---|---|---|
| key | string | Unique key used for creating signature header in webhook notification requests. |
| name | string | Name or description of the webhook subscription. |
| eventTypes | array | The event types that the webhook subscription should be subscribed to. |
| eventNotificationUrl | string | The uri to notify when an event has occurred. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/smokeball/json-schema/smokeball-webhooksubscriptiondto.json",
"title": "Smokeball WebhookSubscriptionDto",
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "Unique key used for creating signature header in webhook notification requests.",
"nullable": true,
"example": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262"
},
"name": {
"type": "string",
"description": "Name or description of the webhook subscription.",
"nullable": true,
"example": "Listen to matter and contact changes"
},
"eventTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "The event types that the webhook subscription should be subscribed to.",
"nullable": true,
"example": [
"matter.updated",
"contact.created"
]
},
"eventNotificationUrl": {
"type": "string",
"description": "The uri to notify when an event has occurred.",
"nullable": true,
"example": "http://yourdomain.com/notify"
}
},
"additionalProperties": false
}
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/smokeball-webhooksubscriptiondto"
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.