---
title: "List Webhooks"
method: GET
path: "/management/v1/projects/{projectId}/webhooks"
tags: ["Management"]
---

# List Webhooks

`GET /management/v1/projects/{projectId}/webhooks`

Lists all webhook configurations for the project.

> 📘 Webhook Documentation
>
> Read [Introduction to webhooks](/api-reference/introduction-to-webhooks) article to learn how webhooks work in Voucherify.

## Response `200`

Returns the details about webhook configurations created in the project.

- ManagementProjectsWebhooksListResponseBody — Object containing a list of webhook configurations.
  - `object` 'list', required — The type of the object represented by JSON. This object stores information about the webhook configurations in a dictionary.
  - `data_ref` 'data', required — Identifies the name of the attribute that contains the array of webhook objects.
  - `data` ManagementProjectsWebhook[], required — Array of webhook objects.
    - `id` string, required — Unique identifier of the webhook.
    - `object` 'webhook', required — The type of the object represented by JSON.
    - `created_at` string, date-time, required — Timestamp representing the date and time when the webhook configuration was created. The value for this parameter is shown in the ISO 8601 format.
    - `target_url` string, required — URL address that receives webhooks.
    - `events` string[], required — Lists the events that trigger webhook sendout.
    - `active` boolean, required — Determines if the webhook configuration is active.
  - `total` integer, required — The total number of webhook objects.

## Other responses

- `401` — Returns an error if an invalid token was provided.
- `402` — Returns an error if the current plan does not include the Management API feature.
- `404` — Returns an error when a resource could not be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
