Get current license information

GET/license

Public endpoint used by the frontend to determine available enterprise features.

Parameters

This endpoint does not accept parameters.

Responses

200License details and feature flags

Request

curl -X GET "https://api.knowledgetree.dev/license" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200License details and feature flags
Example response not yet documented.