---
title: "Get enabled Black Kite modules for the tenant."
method: GET
path: "/api/v2/licenses/modules"
tags: ["License"]
---

# Get enabled Black Kite modules for the tenant.

`GET /api/v2/licenses/modules`

Returns the enabled Black Kite modules for the authenticated tenant.

## Response `200`

Success

- BlackKiteModules
  - `SupplyChain` boolean — Indicates if the Supply Chain module is enabled.
  - `BlackKiteBridge` boolean — Indicates if the Black Kite Bridge module is enabled.
  - `DocumentStorage` boolean — Indicates if the Document Storage module is enabled.
  - `CyberAssessments` boolean — Indicates if the Cyber Assessments module is enabled.
  - `ThreatActor` boolean — Indicates if the Threat Actor module is enabled.
  - `AIAgent` boolean — Indicates if the AI Agent module is enabled. True when the tenant has an active AI Agent license.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
