---
title: "This endpoint provides a list of Webhooks"
method: GET
path: "/webhooks"
tags: ["Integration"]
---

# This endpoint provides a list of Webhooks

`GET /webhooks`

Retrieves the collection of WebhookConfiguration resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[name]` 'asc' | 'desc'
- `order[dateModified]` 'asc' | 'desc'
- `name` string
- `url` string
- `url[]` string[]
- `active` boolean

## Response `200`

WebhookConfiguration collection

- 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

---

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