Synctera · Schema

Webhook

Webhook object

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
description string A description of what the webhook is used for
enabled_events array A list of the events that will trigger the webhook
id string The unique ID of the webhook
is_enabled boolean Set the webhook to be enabled or disabled
last_updated string Timestamp that this webhook was created or the last time any field was changed
metadata string Additional information stored to the webhook
url string URL that the webhook will send request to
View JSON Schema on GitHub

JSON Schema

synctera-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook",
  "title": "Webhook",
  "description": "Webhook object",
  "properties": {
    "description": {
      "description": "A description of what the webhook is used for",
      "type": "string"
    },
    "enabled_events": {
      "description": "A list of the events that will trigger the webhook",
      "items": {
        "$ref": "#/components/schemas/event_type1"
      },
      "type": "array"
    },
    "id": {
      "description": "The unique ID of the webhook",
      "format": "uuid",
      "readOnly": true,
      "type": "string"
    },
    "is_enabled": {
      "description": "Set the webhook to be enabled or disabled",
      "type": "boolean"
    },
    "last_updated": {
      "description": "Timestamp that this webhook was created or the last time any field was changed",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "metadata": {
      "description": "Additional information stored to the webhook",
      "maxLength": 1024,
      "type": "string"
    },
    "url": {
      "description": "URL that the webhook will send request to",
      "format": "uri",
      "maxLength": 1000,
      "type": "string"
    }
  },
  "required": [
    "url",
    "enabled_events",
    "is_enabled"
  ],
  "type": "object"
}

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/synctera-webhook"
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.