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

# Get license information

`GET /license`

Returns the license text for the API

## Headers

- `Content-Type` 'text/plain', required

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

- **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/2bb1ebc60ebd/schema)
