---
title: "List License Keys"
method: GET
path: "/v1/customer-portal/license-keys/"
tags: ["customer_portal", "license_keys", "public"]
---

# List License Keys

`GET /v1/customer-portal/license-keys/`

**Scopes**: `customer_portal:read` `customer_portal:write`

## Query parameters

- `benefit_id` string, uuid4, nullable — The benefit ID.
- `page` integer — Page number, defaults to 1.
- `limit` integer — Size of a page, defaults to 10. Maximum is 100.

## Response `200`

Successful Response

- ListResourceLicenseKeyRead
  - `items` LicenseKeyRead[], required — unresolved $ref
  - `pagination` Pagination, required
    - `total_count` integer, required
    - `max_page` integer, required

## 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/f9688fd328d6/schema)
