---
title: "Provide a single resource - Webhook"
method: GET
path: "/webhooks/{id}"
tags: ["Integration"]
---

# Provide a single resource - Webhook

`GET /webhooks/{id}`

Retrieves a WebhookConfiguration resource.

## Path parameters

- `id` string, required

## Response `200`

WebhookConfiguration resource

- WebhookConfigurationWebhookOutputWebhookOutput
  - `id` string, uuid
  - `name` string
  - `active` boolean
  - `url` string, uri
  - `events` WebhookEvent[]
  - `parameters` string[]
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputWebhookOutput
    - `id` integer
  - `updatedBy` UserUserOutputWebhookOutput
    - `id` integer

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
