Smokeball · Schema

Smokeball WebhookSubscription

LegalLaw FirmPractice ManagementMattersContactsDocumentsBillingTrust AccountingTime Tracking

Properties

Name Type Description
id string
href string
relation string
method string
self object
accountId string Unique identifier of the associated account.
name string Name or description of the subscription.
eventTypes array The event types that the webhook subscription is subscribed to.
eventNotificationUrl string The uri to notify when an event has occurred.
createdDateUtc string The webhook subscription creation date.
updatedDateUtc string The webhook subscription last updated date.
lastUpdated integer Last updated timestamp
View JSON Schema on GitHub

JSON Schema

smokeball-webhooksubscription.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/smokeball/json-schema/smokeball-webhooksubscription.json",
  "title": "Smokeball WebhookSubscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "nullable": true
    },
    "href": {
      "type": "string",
      "nullable": true
    },
    "relation": {
      "type": "string",
      "nullable": true
    },
    "method": {
      "type": "string",
      "default": "GET",
      "nullable": true
    },
    "self": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Link"
        }
      ],
      "nullable": true
    },
    "accountId": {
      "type": "string",
      "description": "Unique identifier of the associated account.",
      "nullable": true,
      "example": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262"
    },
    "name": {
      "type": "string",
      "description": "Name or description of the subscription.",
      "nullable": true,
      "example": "Listen to matter and contact changes"
    },
    "eventTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The event types that the webhook subscription is 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"
    },
    "createdDateUtc": {
      "type": "string",
      "description": "The webhook subscription creation date.",
      "format": "date-time",
      "example": "2022-04-23T14:00:00Z"
    },
    "updatedDateUtc": {
      "type": "string",
      "description": "The webhook subscription last updated date.",
      "format": "date-time",
      "example": "2022-04-23T14:00:00Z"
    },
    "lastUpdated": {
      "type": "integer",
      "description": "Last updated timestamp",
      "format": "int64",
      "example": 637847425252027400
    }
  },
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/smokeball-webhooksubscription"
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 email required.

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