Luma · Schema

V2 Webhooks Update Post 200 Response

EventEvent ManagementTicketingCommunityCalendarsGuestsAttendance

Properties

Name Type Description
id string
url string
event_types array
status string
secret string
created_at string ISO 8601 Datetime. For example, 2022-10-19T03:27:13.673Z
View JSON Schema on GitHub

JSON Schema

v2_webhooks_update_post_200_response.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/luma/main/json-schema/v2_webhooks_update_post_200_response.json",
  "title": "V2 Webhooks Update Post 200 Response",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "event_types": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "*",
          "calendar.event.added",
          "calendar.person.subscribed",
          "event.canceled",
          "event.created",
          "event.updated",
          "guest.registered",
          "guest.updated",
          "ticket.registered"
        ]
      }
    },
    "status": {
      "type": "string",
      "enum": [
        "active",
        "paused"
      ]
    },
    "secret": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
      "description": "ISO 8601 Datetime. For example, 2022-10-19T03:27:13.673Z"
    }
  },
  "required": [
    "id",
    "url",
    "event_types",
    "status",
    "secret",
    "created_at"
  ]
}

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/v2_webhooks_update_post_200_response"
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.