{ "post_paths": { "endpoint-name": { "path": "/path/to/write/events/to", "filters": [ { "kind": "unknown" } ], "verification": { "secret_key_lookup": "/secret_key", "verification_header": "X-Verify-Webhook", "compare": { "type": "hmac", "algorithm": "sha1", "prefix": "sha1=" } } } }, "secrets": "/path/to/secrets.json" }