PayPal · Schema

Webhook List

A list of webhooks.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
webhooks array An array of webhooks.
View JSON Schema on GitHub

JSON Schema

paypal-webhooklist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookList",
  "title": "Webhook List",
  "type": "object",
  "description": "A list of webhooks.",
  "properties": {
    "webhooks": {
      "type": "array",
      "description": "An array of webhooks.",
      "items": {
        "$ref": "#/components/schemas/webhook"
      }
    }
  }
}