v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
License

Get enabled Black Kite modules for the tenant.

Returns the enabled Black Kite modules for the authenticated tenant.

get/api/v2/licenses/modules

Response

Success

SupplyChainboolean

Indicates if the Supply Chain module is enabled.

BlackKiteBridgeboolean

Indicates if the Black Kite Bridge module is enabled.

DocumentStorageboolean

Indicates if the Document Storage module is enabled.

CyberAssessmentsboolean

Indicates if the Cyber Assessments module is enabled.

ThreatActorboolean

Indicates if the Threat Actor module is enabled.

AIAgentboolean

Indicates if the AI Agent module is enabled. True when the tenant has an active AI Agent license.

Example response

{
  "SupplyChain": true,
  "DocumentStorage": true,
  "AIAgent": true
}