Additional headers to add when Ampersand sends a webhook message
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-schema/ampersand-api-webhook-headers-schema.json", "title": "WebhookHeaders", "description": "Additional headers to add when Ampersand sends a webhook message", "type": "object", "additionalProperties": { "type": "string", "nullable": false }, "example": { "Authorization": "Bearer 1234" } }