---
title: "Get licenses"
method: GET
path: "/api/v2/licenses"
tags: ["Enterprise"]
---

# Get licenses

`GET /api/v2/licenses`

## Response `200`

OK

- CodersdkLicense[]
  - `claims` object — Claims are the JWT claims asserted by the license. Here we use a generic string map to ensure that all data from the server is parsed verbatim, not just the fields this version of Coder understands.
  - `id` integer
  - `uploaded_at` string, date-time
  - `uuid` string, uuid

---

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