Tripleseat · JSON Structure

Tripleseat Webhooks Webhook Headers Structure

WebhookHeaders schema from Tripleseat API

Type: object Properties: 1
RestaurantEventsCateringLeadsWebhooksSales

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

Properties

X-Signature

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/tripleseat/refs/heads/main/json-structure/tripleseat-webhooks-webhook-headers-structure.json",
  "name": "WebhookHeaders",
  "description": "WebhookHeaders schema from Tripleseat API",
  "type": "object",
  "properties": {
    "X-Signature": {
      "type": "string",
      "description": "SHA256-HMAC signature of the request payload computed with the webhook endpoint's signing key. Verify with a constant-time comparison.",
      "example": "example"
    }
  }
}