---
title: "Get License Key"
method: GET
path: "/v1/license-keys/{id}"
tags: ["license_keys", "public"]
---

# Get License Key

`GET /v1/license-keys/{id}`

Get a license key.

**Scopes**: `license_keys:read` `license_keys:write`

## Path parameters

- `id` string, uuid4, required

## Response `200`

Successful Response

- LicenseKeyWithActivations — unresolved $ref

## Other responses

- `401` — Not authorized to manage license key.
- `404` — License key not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/1ee4b8be5abd/schema)
