---
title: "List webhook endpoints"
method: GET
path: "/v1/webhooks/endpoints"
tags: ["Webhooks"]
---

# List webhook endpoints

`GET /v1/webhooks/endpoints`

Retrieve all webhook endpoints.

## Query parameters

- `limit` number
- `iterator` string

## Response `200`

- PaginatedWebhookEndpoint
  - `meta` object, required
    - `iterator` string, nullable, required
  - `data` WebhookEndpoint[], required
    - `id` string, required — Webhook endpoint ID.
    - `description` string, required — Webhook endpoint description.
    - `url` string, uri, required — Webhook endpoint URL.
    - `rate_limit` number, nullable, required — Webhook rate limit (per second).
    - `event_types` string[], nullable, required — Webhook event types filter. If not defined, all event messages will be sent.
    - `created_at` string, date-time, required — Webhook creation date.

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
