---
title: "Verifies if a licence for a give type exists"
method: POST
path: "/v1/licences/verify"
tags: ["uncategorized"]
---

# Verifies if a licence for a give type exists

`POST /v1/licences/verify`

## Request body

- LicenceVerifyRequest
  - `licenceType` string, required — licence type
  - `licenceSubType` string — optional sub type

## Response `200`

OK

- LicenceVerifyResponse
  - `licenceType` string, required — licence type
  - `licenceSubType` string — optional sub type
  - `licenceEndDate` string, date-time — licence end date
  - `licenceState` string — licence state
  - `licenceOrderUrl` string — licence order url
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
