Synctera · Schema

create_webhook_request

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-create-webhook-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/create_webhook_request",
  "title": "create_webhook_request",
  "allOf": [
    {
      "$ref": "#/components/schemas/webhook_request"
    },
    {
      "required": [
        "name",
        "events",
        "config"
      ],
      "type": "object"
    }
  ]
}