# Getting your API keys

{% hint style="info" %}
**Prerequisite**: You must obtain your Digital River API credentials before accessing your keys in the Digital River Dashboard. See [Getting started](/digital-river-api/quick-start-guide.md) for instructions.
{% endhint %}

To get your keys, sign in to the [Digital River Dashboard](https://dashboard.digitalriver.com/login). The API keys page displays your public key in the **Token** column under **Standard keys**.

<figure><img src="/files/CMg6lWiEMpMQrF9rvszI" alt=""><figcaption></figcaption></figure>

To see your confidential (secret) key:

1. Click **Reveal token** or **Reveal test token** next to **Confidential** to open the password dialog box.\
   ![](/files/HY2QQXJAMlk4mxRtmteQ)
2. Provide your password and click **Authenticate**. The **Token** field under **Standard keys** will display the confidential key.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/administration/dashboard/developers/api-keys/getting-your-api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
