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

# Authentication

> How to authenticate with KicksDB

<Frame>
  <img src="https://mintcdn.com/sneakersapidev/cCzKU2hPoGaHeMdY/images/website-api-keys.png?fit=max&auto=format&n=cCzKU2hPoGaHeMdY&q=85&s=8809493e489dc0cdbcb937de15e7d0ea" alt="API keys can be found in your account dashboard" width="3644" height="2240" data-path="images/website-api-keys.png" />
</Frame>

You can find [your API keys](https://kicks.dev/api-keys) in your account dashboard. It should look like this:

```
KICKS-1234-ABCD-1234-123456ABCDEF
```

Once you have your API key, you can use it to authenticate your requests to our APIs by including it in the `Authorization` header, using the `Bearer` scheme:

```http theme={null}
Authorization: Bearer KICKS-1234-ABCD-1234-123456ABCDEF
```

## Response headers

When you make a request to our APIs, we will return some response headers with useful information. Here are the ones you should pay attention to:

| Header            | Description                                                       |
| ----------------- | ----------------------------------------------------------------- |
| `X-Quota-Current` | The number of requests you have made so far in the current month. |
| `X-Key-Type`      | The type of API key you are using.                                |
