---
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

## Changes

- **2026-08-10** `f9688fd328d6` — 1 info
  - added the required property `customer/first_user_event_at` to the response with the `200` status

[Change history](https://skmtc.dev/polar/apis/polar-api/changes/v1/license-keys/:id/get.md)

---

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