Ampersand · JSON Structure

Ampersand Api Webhook Headers Structure

Additional headers to add when Ampersand sends a webhook message

Type: object Properties: 0
Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

WebhookHeaders is a JSON Structure definition published by Ampersand. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-webhook-headers-structure.json",
  "name": "WebhookHeaders",
  "description": "Additional headers to add when Ampersand sends a webhook message",
  "type": "object",
  "additionalProperties": {
    "type": "string",
    "nullable": false
  },
  "example": {
    "Authorization": "Bearer 1234"
  }
}