# 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: 0.29.6
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)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

