---
title: "List webhook endpoints"
method: GET
path: "/api/v{version}/webhooks/endpoints"
tags: ["webhooks"]
---

# List webhook endpoints

`GET /api/v{version}/webhooks/endpoints`

Retrieves all webhook endpoints configured for the supplier

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- ListEndpointsResponse
  - `endpoints` EndpointDto[], nullable
    - `id` string, nullable
    - `url` string, nullable
    - `description` string, nullable
    - `eventTypes` string[], nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
