---
title: "Azure Subscriptions"
method: GET
path: "/api/v2/Configs/AzureSubscriptions"
tags: ["Configs"]
---

# Azure Subscriptions

`GET /api/v2/Configs/AzureSubscriptions`

Get a list of Azure subscription IDs for an entire account or for a specific Azure tenant. 

 To list all Azure subscription IDs for an account, invoke the following endpoint: 

  > `GET https://YourAccount.lacework.net/api/v2/Configs/AzureSubscriptions` 

 To get a list of Azure subscription IDs for a specific tenant, pass the tenant ID as a parameter to the endpoint: 

  > `GET https://YourAccount.lacework.net/api/v2/Configs/AzureSubscriptions?tenantId={tenantId}`

## Query parameters

- `tenantId` string

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

No Error (List of Azure Subscriptions)

- object
  - `data` ConfigsAzureSubscriptionsResponseSchema[]
    - `tenant` string — The Azure tenant.
    - `subscriptions` string[] — The Azure subscriptions.

## Other responses

- `204` — No Data
- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
