---
title: "List subscriptions"
method: GET
path: "/pazwlConfig/v1/azure/subscription"
tags: ["Azure"]
---

# List subscriptions

`GET /pazwlConfig/v1/azure/subscription`

Lists active subscriptions.

## Query parameters

- `pageSize` integer
- `pageToken` string

## Headers

- `authEntities` string, required

## Response `200`

Success

- ListSubscriptionsResponse — ListSubscriptionsResponse is the response schema for ListSubscriptions API
  - `nextPageToken` string — The page token value for the next set of API results. The value of this parameter is NULL for the last set of results.
  - `subscriptions` Subscription[] — Details of subscription present in the specified org. Returns subscription name, ID, accountIdentifier, and accountID.
    - `accountID` integer
    - `accountIdentifier` string
    - `id` integer
    - `name` string

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Service.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
