---
title: "Get license information"
method: GET
path: "/license"
tags: ["System"]
---

# Get license information

`GET /license`

Returns the license text for the API

## Response `200`

License text retrieved successfully

## Other responses

- `400` — Invalid Content-Type requested
- `403` — Access to license file forbidden
- `503` — License file not available

## Changes

- **2026-07-13** `80675117301b` — 1 warning
  - deleted the `header` request parameter `Content-Type`
- **2025-01-17** `4573748c6338` — 3 info
  - added the optional property `errorGUID` to the response with the `400` status
  - added the optional property `errorGUID` to the response with the `403` status
  - added the optional property `errorGUID` to the response with the `503` status
- **2025-01-09** `a59b7402c514` — 3 breaking, 1 info
  - the response property `code` became optional for the status `400`
  - the response property `code` became optional for the status `403`
  - the response property `code` became optional for the status `503`
  - api operation id `getLicense` was added
- **2025-01-09** `29074eeb2bb5` — 3 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `503`
  - added the non-success response with the status `403`
- **2025-01-07** `659ddbe31a58` — 3 breaking, 2 info
  - added the new required `header` request parameter `Content-Type`
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `503`
  - api operation id `getLicense` removed and replaced with ``
  - …1 more

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/license/get.md)

---

[API](https://skmtc.dev/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.dev/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
