---
title: "Get license info"
method: GET
path: "/v1/system/license"
tags: ["System"]
---

# Get license info

`GET /v1/system/license`

Return the license information. The license information is only available to entitled users.

## Response `200`

OK

- SystemLicense
  - `id` string, required — Unique ID identifying the license.
  - `organization` string, required — Name of the organization the license belongs to.
  - `email` string, email, required — Email address of the licensee.
  - `quotas` object, required — Quotas available for the license.
    - `documents` integer, required — Number of documents can exist in the system.
    - `namespaces` integer, required — Number of namespaces can exist in the system.
    - `organizations` integer, required — Number of organizations active can exist in the system.
    - `projects` integer, required — Number of projects can exist in the system.
    - `roles` integer, required — Number of roles can exist in the system.
    - `users` integer, required — Number of active or pending users can exist in the system.
  - `features` string[], required — Features enabled by the license.
  - `expires_at` string, date-time, required — Date and time when the license expires.

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/versions/6ff580b1e226/schema)
