Synctera · Schema
Webhook event trigger
Webhook event object that will be returned after triggering the given event. Only id, type and event_time will have value.
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| event_resource | string | Json string of object associated with the event. For example, if your event is ACCOUNT.CREATED, You can refer to Acccount to parse the account event to obtain the ID, status etc. |
| event_resource_changed_fields | string | Json string of object associated with the event related to a resource change. This only contains those fields that have value changed on the event, and the field values are prior to the resource chang |
| event_time | string | Timestamp of the current event raised |
| id | string | Unique event ID of the webhook request. Use event endpoints to get more event summary data |
| metadata | string | Metadata that stored in the webhook subscription |
| response_history | array | Response history of the webhook request |
| status | string | Current event status. Failing event will keep retry until it is purged. |
| type | object | |
| url | string | URL that the current event will be sent to |
| webhook_id | string | Webhook the current event belongs to |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/event_trigger",
"title": "Webhook event trigger",
"description": "Webhook event object that will be returned after triggering the given event. Only id, type and event_time will have value.",
"properties": {
"event_resource": {
"deprecated": true,
"description": "Json string of object associated with the event. For example, if your event is ACCOUNT.CREATED, You can refer to Acccount to parse the account event to obtain the ID, status etc.\n",
"type": "string"
},
"event_resource_changed_fields": {
"deprecated": true,
"description": "Json string of object associated with the event related to a resource change. This only contains those fields that have value changed on the event, and the field values are prior to the resource change event.\n",
"type": "string"
},
"event_time": {
"description": "Timestamp of the current event raised",
"format": "date-time",
"type": "string"
},
"id": {
"description": "Unique event ID of the webhook request. Use event endpoints to get more event summary data",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"metadata": {
"deprecated": true,
"description": "Metadata that stored in the webhook subscription",
"maxLength": 1024,
"type": "string"
},
"response_history": {
"deprecated": true,
"description": "Response history of the webhook request",
"items": {
"$ref": "#/components/schemas/response_history_item"
},
"type": "array"
},
"status": {
"deprecated": true,
"description": "Current event status. Failing event will keep retry until it is purged.",
"enum": [
"RUNNING",
"SUCCESS",
"RETRYING"
],
"type": "string"
},
"type": {
"$ref": "#/components/schemas/event_type_explicit"
},
"url": {
"deprecated": true,
"description": "URL that the current event will be sent to",
"maxLength": 1024,
"type": "string"
},
"webhook_id": {
"deprecated": true,
"description": "Webhook the current event belongs to",
"format": "uuid",
"type": "string"
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-event-trigger"
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.