---
updatedAt: 2026-07-16T09:51:12.000Z
---

Fetch the complete documentation index at: https://docs.apollo.io/llms.txt. Use this file to discover all available pages before exploring further.

# Create an API Key

## Overview

Apollo API enables you to build integrations with Apollo, connect CRMs and other third-party software, enrich your records with Apollo data, and more. To use or test the Apollo API, you need to create an API key.

> 📘 API Pricing
>
> Access to Apollo API depends on your <a href="https://www.apollo.io/pricing/" target="_blank">Apollo plan</a>. If you need access, <a href="https://app.apollo.io/#/settings/plans/upgrade" target="_blank">upgrade your plan</a>, or reach out to the <a href="https://apollo.na.chilipiper.com/router/sales_router?leadsource=Inbound&lead_source_details__c=KnowledgeBase" target="_blank">Apollo sales team</a> for guidance.

Check out the following sections to create an API key.

## Create an API Key

To create an API key:

1. Launch Apollo and click **Settings** > **<a href="https://app.apollo.io/#/settings/integrations" target="_blank">Integrations</a> > <a href="https://developer.apollo.io/#/keys" target="_blank">API Keys</a>**.
2. Click **API Keys** > **Create new key**.

![Create new key](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i20.png "Logo Title Text 1")

3. Enter a name and a description, then select each API endpoint that you want the key to have access to. Alternatively, toggle <b>Set as master key</b> to select all endpoints. Some endpoints, like [Get a List of Users](https://docs.apollo.io/docs/get-a-list-of-users), are only accessible with a master key.

> 👍 What's in a Name?
>
> Give your API key a name that provides context to your users who manage API keys, and add thorough descriptions.

4. Click **Create API key**.

![Example key](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i21.png "Logo Title Text 1")

5. Apollo displays the full API key here. Click <b>Copy</b> to copy the API key, then paste it to a secure location.

You have now created an API key. With your API key created, you're ready to [test Apollo API](https://docs.apollo.io/docs/test-api-key).

## Master Keys vs. Scoped Keys

When you create a key, you choose which endpoints it can call. There are two kinds:

* **Scoped key (default)**: You pick the specific endpoints the key can access, and it only works for those. If you use it to call an endpoint you didn't select, Apollo returns a `403` error. Give each key only the endpoints it actually needs.
* **Master key**: Turning on the **Set as master key** toggle gives the key access to every endpoint. A few endpoints, like [Get a List of Users](https://docs.apollo.io/docs/get-a-list-of-users), only work with a master key and return a `403` without one.

> 👍 Give Each Key Only What It Needs
>
> Use a scoped key limited to the endpoints your integration calls, and create a master key only when an endpoint requires one. Treat a master key like a password: it can take any API action your Apollo account allows.

## Manage API Keys

> 🚧 Safety is Key
>
> Keep your API keys in a safe and secure place, and be careful with whom you share API access. Anyone with access to API keys may be able to take action in your Apollo account.

You can regenerate or delete existing API keys in Apollo.

To manage your API keys:

1. Navigate to the <a href="https://developer.apollo.io/" target="_blank">developer dashboard</a> on Apollo.
2. Click **API keys**.
3. Click **Regenerate** to regenerate and copy an API key.

![Regenerate key](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i22.png "Logo Title Text 1")

4. Click **Delete** to permanently delete an API key.

![Delete key](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i23.png "Logo Title Text 1")

You have now managed your API keys on Apollo.

## Track API Usage

To monitor your account's API usage:

1. Navigate to the <a href="https://developer.apollo.io/" target="_blank">developer dashboard</a> on Apollo.
2. Click **Usage**.
3. Apollo shows the number of phone and email credits your account has consumed in the current billing cycle.

![Example usage](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i24.png "Logo Title Text 1")

4. Apollo shows the rate limits for each of the API endpoints to reveal how many calls you can make per day, hour, and minute.

![Example rate limits](https://storage.googleapis.com/apollo-public-assets/kb_images/create_api_keys/i25.png "Logo Title Text 1")

5. Click **Subscription** to <a href="https://app.apollo.io/#/settings/plans/upgrade" target="_blank">manage your Apollo plan</a>. You can customize your plan and credit limit as needed.

You have now tracked your API usage on Apollo.