Get license status
License state for self-hosted installs: whether licensing is enforced, the current state (unlicensed/valid/expired/grace_exceeded/invalid), signed entitlements (seat, domain, repo, developer, pentest, and concurrency limits plus feature flags), expiry, and install-wide aggregate usage counts. Licenses are verified offline from a signed token, so there is no sync (last_synced_at is always null). On SaaS this always reports enforced=false. Requires the license:read scope. Personal tokens must belong to an org admin (service tokens are admin-issued and exempt).
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Response
License status
unlicensed, valid, expired, grace_exceeded, invalid ISO date. A null value means the license never expires
Always null: licenses are verified offline, nothing syncs