A list of webhook lookups.
{ "$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" } } } }