Install a license key on this self-hosted deployment, replacing the installed license if there is one. The key's signature is verified against the public key built into Logto before it is saved, and a key past its expiration is rejected as a stale copy. Returns 501 on Logto Cloud.
PUT
/api/systems/license
curl \
--request PUT 'https://[tenant_id].logto.app/api/systems/license' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"license": "string"
}'
Request examples
{
"license": "string"
}