v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Management

List Webhooks

Lists all webhook configurations for the project.

📘 Webhook Documentation

Read Introduction to webhooks article to learn how webhooks work in Voucherify.

get/management/v1/projects/{projectId}/webhooks

Response

Returns the details about webhook configurations created in the project.

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.

totalinteger required

The total number of webhook objects.

Example response

{
  "data": [
    {
      "id": "wh_i45Uez36Uz8XNW6PXC0eyGmb",
      "created_at": "2024-01-02T08:31:46.562Z"
    }
  ]
}