---
title: "GET /v0.1/azure_subscriptions"
method: GET
path: "/v0.1/azure_subscriptions"
tags: ["account"]
---

# GET /v0.1/azure_subscriptions

`GET /v0.1/azure_subscriptions`

Returns a list of azure subscriptions for the user

## Response `200`

Success

- object[]
  - `subscription_id` string, uuid, required — The azure subscription id
  - `tenant_id` string, uuid, required — The tenant id of the azure subscription belongs to
  - `subscription_name` string, required — The name of the azure subscription
  - `is_billing` boolean — If the subscription is used for billing
  - `is_billable` boolean — If the subscription can be used for billing
  - `is_microsoft_internal` boolean — If the subscription is internal Microsoft subscription

## Other responses

- `default` — BadRequest

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
