---
title: "Get webhook endpoints"
method: GET
path: "/v1/webhook-endpoints"
tags: ["Webhook endpoints"]
---

# Get webhook endpoints

`GET /v1/webhook-endpoints`

This operation returns a list of webhook endpoints with pagination.

**Note**: This operation needs [Authentication](../guidelines/authentication.md).

## Query parameters

- `page[size]` integer
- `page[before]` string — Unique identifier.
- `page[after]` string — Unique identifier.

## Response `200`

Successful response with webhook endpoints data in JSON:API format.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized
- `429` — Too many requests.
- `500` — Internal Server Error.
- `503` — Service is unavailable.

---

[API](https://skmtc.net/mews/apis/pos-api.md) · [All operations](https://skmtc.net/mews/apis/pos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mews/pos-api/versions/33ecaa6c7266/schema)
