---
title: "Retrieve a list of Webhook Configurations."
method: GET
path: "/v3/connectors/configuration/webhooks"
tags: ["Webhook Configuration"]
---

# Retrieve a list of Webhook Configurations.

`GET /v3/connectors/configuration/webhooks`

Retrieves a list of webhook configurations available to your LILT organization.
Use this to manage your webhook configurations.

## Response `200`

The webhook configurations response.

- WebhookResponse[]
  - `id` integer, required — The unique identifier for the webhook configuration.
  - `webhookName` string, required — The name of the webhook configuration.
  - `webhookUrl` string, uri, required — The URL to which the webhook notifications will be sent.
  - `eventType` string[], required — The list of event types that will trigger the webhook notification.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/lilt/apis/lilt-api.md) · [All operations](https://skmtc.net/lilt/apis/lilt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lilt/lilt-api/revisions/444772351ac3/schema)
