> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-add-new-partner-apis.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Partner Portal API Reference

> Manage your customers, pricing, products, and billing through the bunny.net Partner Portal API.

The Partner Portal API provides a RESTful interface for bunny.net partners to manage their customers. Create and invite customers, configure pricing and products, view billing, and access audit logs.

<Note>
  This API is available to partners only. Contact bunny.net if you would like to join the partner program.
</Note>

## Base URL

```
https://api.bunny.net
```

## Authentication

Authenticate using the `AccessKey` header with your partner account API key:

```bash theme={null}
curl --request GET \
  --url https://api.bunny.net/partner/customers \
  --header 'AccessKey: YOUR_API_KEY'
```

<Note>
  Find your API key in the [account
  settings](https://dash.bunny.net/account/settings) under **API Keys**.
</Note>

## Resources

The Partner Portal API provides access to the following resources:

| Resource      | Description                                                   |
| ------------- | ------------------------------------------------------------- |
| Customers     | Create, list, and invite customers under your partner account |
| Pricing       | View and configure the pricing applied to your customers      |
| Products      | Enable or disable the products available to your customers    |
| Contract      | Retrieve your partner contract details                        |
| Billing       | View customer billing records and download invoice PDFs       |
| Impersonation | Access a customer account on their behalf for support         |
| Audit Log     | Review the history of actions taken across your customers     |
