---
title: "List license templates"
method: GET
path: "/templates"
tags: ["License Portal"]
---

# List license templates

`GET /templates`

## Response `200`

Template list.

- ListTemplatesResult
  - `items` LicenseTemplate[], required
    - `templateId` string, required
    - `name` string, required
    - `product` string, required
    - `edition` string, required
    - `profileId` string
    - `defaultFeatures` string[], required
    - `defaultQuotas` LongMap, required
    - `validityDays` integer, required
    - `createdAt` string, required
    - `tenantId` string

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/versions/f45b2d91505a/schema)
