Ampersand · Schema

WebhookHeaders

Additional headers to add when Ampersand sends a webhook message

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks
View JSON Schema on GitHub

JSON Schema

ampersand-api-webhook-headers-schema.json Raw ↑
{
  "$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"
  }
}