# Get webhook configuration Get the current webhook configuration for this sponsor. Note: The webhook secret is NOT included in this response for security reasons. Endpoint: GET /webhooks Version: 1.0.0 Security: APIKeyHeader ## Response 200 fields (application/json): - `webhook_id` (string, required) Unique webhook identifier - `url` (string, required) Webhook endpoint URL - `events` (array, required) Subscribed event types - `is_active` (boolean, required) Whether the webhook is active - `created_at` (string, required) Creation timestamp - `last_triggered_at` (any) Last time the webhook was triggered ## Response 404 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required)