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

# View a data API key

> View a data API key to reveal its value.

This provides a list of all created data API keys and the ability to reveal their value.

## Prerequisites

* Appropriate permission: `nx1_ask` or `nx1_engineer`
* An existing domain created using [DataHub](/platform-components/datahub)
* A previously [ingested](/documentation/data-pipeline/overview/ingest) dataset within a DataHub domain

## View a data API key

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to view a data API key.

    1. Log in to NexusOne.
    2. On the NexusOne homepage, click **Connect**.
    3. On the top navigation bar, hover your mouse over **Connect** and then select **API Keys**.
    4. In the Data API Keys table, select a data API key.
    5. Click the eye icon to reveal the value of the data API key.
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoint to
    [retrieve a list of pre-shared keys](/api-reference/endpoints/data-products-formerly-views/retrieves-a-list-of-pre-shared-keys).
  </Tab>
</Tabs>

## Additional resources

* For an overview of the Data API and API key feature, refer to
  [Data API and API key Overview](/documentation/platform/overview/data-api-and-api-key).
* For more information about the Ask API, refer to [Create an Ask API](/documentation/ai/tasks/ask/create-an-ask-api).
* For more information about the Engineer API, refer to [Create an Engineer API](/documentation/data-pipeline/tasks/engineer/create-an-engineer-api).
* For more information about roles or permissions, refer to [Govern Overview](/documentation/govern/overview).
