---
title: "Get webhooks subscriptions"
method: GET
path: "/webhooks-subscriptions"
tags: ["Retrieving webhooks subscriptions"]
---

# Get webhooks subscriptions

`GET /webhooks-subscriptions`

This will provide list of webhooks subscriptions from the database.

## Headers

- `xWSO2Tenant` string, required

## Response `200`

An array of webhooks subscriptions

- WebhooksSubscriptionsList
  - `list` WebhooksSubscription[]
    - `apiUUID` string — The API UUID
    - `apiContext` string — The API context.
    - `apiVersion` string — The API version.
    - `tenantDomain` string — The tenant domain.
    - `tenantId` integer — The tenant id.
    - `appID` string — The application ID of the subscription.
    - `callbackURL` string — The callback URL
    - `topicName` string — The topic name.
    - `secret` string — Secret value of the subscription.
    - `expiryTime` integer — the expiry time in millis
    - `tier` string — the subscription tier.
    - `applicationTier` string — the application tier.
    - `apiTier` string — the API tier.
    - `subscriberName` string — the subscriber name.
  - `pagination` Pagination
    - `offset` integer
    - `limit` integer
    - `total` integer
    - `next` string — Link to the next subset of resources qualified. Empty if no more resources are to be returned.
    - `previous` string — Link to the previous subset of resources qualified. Empty if current subset is the first subset returned.

## Other responses

- `default` — Unexpected error

## Changes

- **2025-04-03** `eb07388f2892` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-01-29** `f2e9e07fd354` — 2 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `default`

[Change history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/webhooks-subscriptions/get.md)

---

[API](https://skmtc.dev/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.dev/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/revisions/0be9aa8493bc/schema)
