---
title: "Lookup a license"
method: POST
path: "/v3/licenses/lookup"
tags: ["Licenses"]
---

# Lookup a license

`POST /v3/licenses/lookup`

Looks up a license by its key and returns limited public information (key and type).

## Request body

- LicenseLookupRequestModel
  - `key` string, required — Key of the license.
  - `productId` string, required — Unique identifier for the product.
  - `accountId` string, required — Unique identifier for the account.

## Response `200`

OK

- LicenseLookupDto
  - `key` string, required
  - `type` 'node-locked' | 'hosted-floating' | 'on-premise-floating', required

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

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