---
title: "GET /admin/enterprise-license"
method: GET
path: "/admin/enterprise-license"
tags: ["admin"]
---

# GET /admin/enterprise-license

`GET /admin/enterprise-license`

Get enterprise license information

## Response `200`

Returns enterprise license information.

- object
  - `instanceId` string, required
  - `organizationId` string
  - `license` object, nullable, required
    - `id` string, required
    - `plan` object, required
      - `level` 'free' | 'pro' | 'business' | 'enterprise', required
      - `quantity` number, required
      - `currentPeriodStart` string, nullable, required
      - `currentPeriodEnd` string, nullable, required
      - `expiredTime` string, nullable, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
