---
title: "List webhook endpoint subscriptions"
method: GET
path: "/webhook/endpoints/{endpointId}/subscriptions"
tags: ["Webhook Notifications"]
---

# List webhook endpoint subscriptions

`GET /webhook/endpoints/{endpointId}/subscriptions`

Permissions required: **Configure Webhooks**


List the subscriptions that you configured for a webhook endpoint.

## Path parameters

- `endpointId` string, uuid, required

## Query parameters

- `afterId` string
- `limit` integer

## Response `200`

Webhook subscription list

- object
  - `data` WebhookEndpointSubscription[], required
    - `createdAt` string, date-time, required
    - `eventTypeId` string, required
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
