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

# Authentication

> An introduction to how authentication works in PassMint

## **API Endpoints**

All API requests should be made to our production API:

```bash theme={null}
https://api.passmint.com;
```

***

## Authentication

In order to authenticate with the API, all requests must be made with your API key in the `X-API-KEY` header.

```bash theme={null}
curl https://api.passmint.com/v1/passes \
  -H "X-Api-Key: sk_ABCD_1234"
```

### Rolling your API key

If you need to regenerate your API key, this can be done in your dashboard under "Settings".
