---
title: "Retrieve a webhook configuration"
method: GET
path: "/v1/settings/webhooks/{id}"
tags: ["webhook-configuration"]
---

# Retrieve a webhook configuration

`GET /v1/settings/webhooks/{id}`

Retrieve the details of a webhook configurations in a specified workspace.

## Path parameters

- `id` string, required

## Headers

- `Workspace` string, required

## Response `200`

Success

- WebhookConfigurationDto
  - `id` string
  - `name` string
  - `workspaceId` string
  - `status` 'enabled' | 'disconnected' | 'disabled' — <placeholder>
  - `description` string
  - `applyToAllDescendants` boolean
  - `url` string
  - `secret` string
  - `headers` object
  - `triggers` string[], required — <placeholder>
  - `created` integer
  - `updated` integer

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

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