---
title: "Retrieve a specific Webhook Configuration by ID."
method: GET
path: "/v3/connectors/configuration/webhooks/{id}"
tags: ["Webhook Configuration"]
---

# Retrieve a specific Webhook Configuration by ID.

`GET /v3/connectors/configuration/webhooks/{id}`

Retrieves a specific webhook configuration by its ID.
Deleted webhook configurations are not returned.

## Path parameters

- `id` integer, required

## Response `200`

Returns the webhook configuration.

- 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)
