---
title: "Get webhook configuration"
method: GET
path: "/radar/operator/v1/webhooks"
tags: ["Webhooks"]
---

# Get webhook configuration

`GET /radar/operator/v1/webhooks`

## Response `200`

Webhook configuration retrieved successfully

- object
  - `success` boolean
  - `data` IngestPipelineConfigurationPipelineConfiguration[]
    - `delivery` IngestPipelineConfigurationDelivery
      - `webhook_url` string, required
      - `signature` string, nullable
    - `event_aggregation` 'per_event' | 'per_session' — Delivery mode. `per_session` groups all events of a session into one payload sent after the session ends; `per_event` pushes each event in near real-time.

## Other responses

- `403` — You don't have permission to do this

---

[API](https://skmtc.dev/snitcher/apis/snitcher-api.md) · [All operations](https://skmtc.dev/snitcher/apis/snitcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snitcher/snitcher-api/revisions/cb6fa68e7c8e/schema)
