---
title: "Get all webhook configurations"
method: GET
path: "/configurations"
tags: ["Webhook Configuration Operations"]
---

# Get all webhook configurations

`GET /configurations`

Gets all webhook configurations.

## Response `200`

OK

- SimpleWebhookConfiguration[]
  - `id` string — identifier of the webhook configuration. autogenerated during create webhook configuration operation
  - `name` string — identifying name of the webhook configuration
  - `enabled` boolean — whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered
  - `triggers` WebhookConfigurationTrigger[] — events that triggers webhook calls
  - `system` System — System properties
    - `createdBy` string — the name of the user that created the webhook configuration
    - `createdAt` string, date-time — date of create
    - `updatedBy` string — the name of the user that updated the webhook configuration
    - `updatedAt` string, date-time — date of update

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
