# API Key

## What is an API Key?[​](#what-is-an-api-key "Direct link to What is an API Key?")

An API Key is a string of characters that authenticates your integration with us. Think of it as a code you can use, which allows us to know who is accessing our services.

When your integration is searching our database for an address, you will likely be sending us your API Key to tell us who you are.

## How many API Keys can I have?[​](#how-many-api-keys-can-i-have "Direct link to How many API Keys can I have?")

You can create up to 10 API Keys. You can configure each API Key to have its own balance, security and notification settings.

Your first API Key on your account will receive a test balance of 100 lookups. You can create more keys on your account via the dashboard.

## What are API Keys used for?[​](#what-are-api-keys-used-for "Direct link to What are API Keys used for?")

### Authentication[​](#authentication "Direct link to Authentication")

When searching and validating addresses, you will need to send us your API Key so we know who is accessing the data. This means you will always need to include your API Key in any integration with us.

### Security[​](#security "Direct link to Security")

Each API Key on your account has security settings configurable by you. See our guide on [securing your API Key](/docs/guides/api-key-secure.md).

### Notifications[​](#notifications "Direct link to Notifications")

Each API Key has its own email notification list. Addresses on this list receive balance notifications, top-up updates and other actionable information.

### Balance Management[​](#balance-management "Direct link to Balance Management")

Each Key also has its own lookup balance. You will generally need to buy a lookup balance ahead of time to access addressing data.

See our guide on [what is a lookup](https://ideal-postcodes.co.uk/guides/what-is-a-lookup) to find out more.

## Where Do I Find It and What Does It Look Like?[​](#where-do-i-find-it-and-what-does-it-look-like "Direct link to Where Do I Find It and What Does It Look Like?")

Our API Keys generally begin with the characters `ak_`.

An API Key can look like:

```
ak_ksqa49sjSdAEDq9I88
```

You can find them listed on your [dashboard](https://ideal-postcodes.co.uk/tokens) after signing into your account.
