{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/event_resend", "title": "Event Resend", "type": "object", "description": "Resends a webhook event notification, by ID.", "properties": { "webhook_ids": { "type": "array", "maxItems": 500, "description": "An array of webhook account IDs.", "items": { "type": "string", "description": "The ID of the webhook event notification to resend." } } } }