# Get the installed license. **GET /api/systems/license** Get the license installed on this self-hosted deployment, i.e. the plan it grants, the entitlements it unlocks, and its expiration. The license key itself is never returned. Returns 404 when no license is installed, and 501 on Logto Cloud. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 The installed license. #### Body: application/json (object) - **plan** (string) - **env** (string) - **quota** (object) - **expiresAt** (string) - **installedAt** (string) ### 401 Unauthorized ### 403 Forbidden ### 404 No license is installed on this deployment. ### 501 Licenses are only available on self-hosted deployments. [Powered by Bump.sh](https://bump.sh)