Ketch Event Forwarders

Server-side event forwarder specification and reference implementations that relay consent and DSR events from Ketch to downstream systems. Reference implementations are available in Go (go-ketch-forwarder), Java (java-ketch-forwarder), and Node/Express (express-ketch-forwarder).

Ketch Event Forwarders is one of 6 APIs that Ketch publishes on the APIs.io network.

Tagged areas include Server-Side, Webhooks, Forwarder, Go, and Java.

API entry from apis.yml

apis.yml Raw ↑
aid: ketch-com:ketch-event-forwarders
name: Ketch Event Forwarders
description: 'Server-side event forwarder specification and reference implementations that relay consent
  and

  DSR events from Ketch to downstream systems. Reference implementations are available in Go

  (go-ketch-forwarder), Java (java-ketch-forwarder), and Node/Express (express-ketch-forwarder).

  '
humanURL: https://github.com/ketch-com/ketch-forwarder
tags:
- Server-Side
- Webhooks
- Forwarder
- Go
- Java
- Node
properties:
- type: Specification
  url: https://github.com/ketch-com/ketch-forwarder
- type: SourceCode
  url: https://github.com/ketch-com/go-ketch-forwarder
- type: SourceCode
  url: https://github.com/ketch-com/java-ketch-forwarder
- type: SourceCode
  url: https://github.com/ketch-com/express-ketch-forwarder
features:
- name: Spec-Driven Implementations
  description: A single Ketch Forwarder specification with reference implementations across languages.
- name: Server-Side Event Relay
  description: Receive Ketch events server-side and relay them to downstream tools, warehouses, and AI
    systems.
useCases:
- name: Server-Side Consent Propagation
  description: Push consent and DSR signals from Ketch into internal systems via a forwarder.
- name: Warehouse Sync
  description: Forward consent events into Snowflake, BigQuery, and other warehouses for analytics.
authentication:
- type: Webhook Secret
  description: Forwarders validate Ketch event signatures using a configured secret.