PayPal · Schema

Webhook Lookup List

A list of webhook lookups.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
webhooks_lookups array An array of webhook lookups.
View JSON Schema on GitHub

JSON Schema

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