> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leen.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Black Kite

> Instructions on how to configure API access for Black Kite to fetch Third-Party Risk Management (TPRM) data.

## Supported Data Models

* [Vulnerability Findings](/integrations/v2/vulnerability-findings-v2)
  * type: `domain`

* Resources
  * type: `vendor`

* [TPRM Findings](/integrations/third-party-risk-management#supported-finding-fields)

* [TPRM Companies](/integrations/third-party-risk-management#supported-company-fields)

## Onboarding Black Kite

Follow the steps below to onboard your environment to our Black Kite integration.

<Steps>
  <Step title="Login as Super Admin User">
    Log in to your <b>Black Kite</b> platform using a <b>Super Admin</b> account to ensure sufficient privileges for creating API credentials.<br />
  </Step>

  <Step title="Access Integrations Exchange">
    1. From the main navigation, go to <b>Admin → Integrations Exchange</b>.<br />
    2. Locate the <b>Black Kite API</b> card and open it.<br />
    3. Under the <b>API v2</b> tab, click <b>New Client Credential</b>.<br />
           <img src="https://mintcdn.com/leen/b8lEHezD1BZvpYWt/images/blackkite/blackkite-api-client-credentials.png?fit=max&auto=format&n=b8lEHezD1BZvpYWt&q=85&s=8b6607b93b715cbba8778c72a6a15874" alt="" width="2812" height="1700" data-path="images/blackkite/blackkite-api-client-credentials.png" />
           <br />
    4. Provide a <b>name</b> and <b>description</b> for your new client credential. Select higher access token lifetime.<br />
           <img src="https://mintcdn.com/leen/b8lEHezD1BZvpYWt/images/blackkite/blackkite-api-create-new-client-credentials.png?fit=max&auto=format&n=b8lEHezD1BZvpYWt&q=85&s=d02ade258f1885c61a21642f1c0c6c2c" alt="" width="2978" height="2090" data-path="images/blackkite/blackkite-api-create-new-client-credentials.png" />
           <br />
    5. In the <b>Role</b> dropdown, select <b>Ecosystem User</b>.<br />
           <img src="https://mintcdn.com/leen/b8lEHezD1BZvpYWt/images/blackkite/blackkite-api-credentials-set-permissions.png?fit=max&auto=format&n=b8lEHezD1BZvpYWt&q=85&s=35c78fb5640beca5eef51df7d84f9280" alt="" width="1612" height="1922" data-path="images/blackkite/blackkite-api-credentials-set-permissions.png" />
           <br />
    6. In the <b>Ecosystem</b> dropdown, select the <b>Ecosystem</b> you wish to fetch data for.<br /><br />
       It is <b>recommended</b> to set up one ecosystem per data collection.<br />
       To fetch data from <b>multiple ecosystems</b>, create <b>separate credentials</b> and configure <b>separate data collections</b> in Leen.<br /><br />
  </Step>

  <Step title="Copy API Credentials">
    After creating the credential, copy the <b>Client ID</b> and <b>Client Secret</b> immediately.<br />
    <i>Note:</i> You will not be able to view these credentials again.<br /><br /><br />
  </Step>

  <Step title="Enter Configuration Parameters in Leen">
    In your Leen integration configuration, provide the following parameters:

    * <b>Client ID:</b> From the previous step.
    * <b>Client Secret:</b> From the previous step.
  </Step>
</Steps>
