---
title: "List all subscriptions to the specified webhook"
method: GET
path: "/v1/webhooks/{id}/subscriptions"
tags: ["Webhooks"]
---

# List all subscriptions to the specified webhook

`GET /v1/webhooks/{id}/subscriptions`

## Path parameters

- `id` string, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Response `200`

OK

- WebhooksV1WebhookSubscription[]
  - `id` string, nullable
  - `createdBy` string, nullable — Gets or Sets CreatedBy
  - `created` string, date-time, nullable — Gets or Sets Created
  - `updatedBy` string, nullable — Gets or Sets UpdatedBy
  - `updated` string, date-time, nullable — Gets or Sets Updated
  - `deletedBy` string, nullable — Gets or Sets DeletedBy
  - `deleted` string, date-time, nullable — Gets or Sets Deleted
  - `subscriptionId` string, nullable — Gets or Sets SubscriptionId
  - `subscriberId` string, nullable — Gets or Sets SubscriberId
  - `ownerType` string, nullable — Gets or Sets OwnerType
  - `ownerId` string, nullable — Gets or Sets OwnerId
  - `resourceType` string, nullable — Gets or Sets ResourceType

## Other responses

- `default` — Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/versions/24ab78aba827/schema)
