---
title: "Asks Kavita+ for the latest license info"
method: GET
path: "/api/License/info"
tags: ["License"]
---

# Asks Kavita+ for the latest license info

`GET /api/License/info`

## Query parameters

- `forceCheck` boolean

## Response `200`

OK

- LicenseInfoDto
  - `state` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Active - `1` — Cancelled - `2` — Paused - `3` — Cancelling - `4` — Expired
  - `isActive` boolean
  - `isCancelled` boolean
  - `expirationDate` string, date-time
  - `nextChargeDate` string, date-time, nullable
  - `subscribedSince` string, date-time, nullable
  - `productName` string, nullable
  - `priceAmount` integer, nullable
  - `priceCurrency` string, nullable
  - `billingInterval` 0 | 1 | 2 | 3 — Members: - `0` — Day - `1` — Week - `2` — Month - `3` — Year
  - `hasActiveDiscount` boolean
  - `isValidVersion` boolean
  - `registeredEmail` string, nullable
  - `totalMonthsSubbed` integer
  - `hasLicense` boolean
  - `installId` string, nullable
  - `pastDue` boolean
  - `discordId` string, nullable
  - `discordUsername` string, nullable
  - `hasDiscordSet` boolean

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
