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

# API overview

> Endpoint map for the Partner API.

# API overview

|              |                                   |
| ------------ | --------------------------------- |
| **API base** | `https://api.imbawallet.com`      |
| **Docs**     | `https://api-docs.imbawallet.com` |
| **Spec**     | `openapi/partner.openapi.yaml`    |

## Auth

| Method | Path                     | Scope             |
| ------ | ------------------------ | ----------------- |
| `POST` | `/auth/v1/partner/token` | — (assertion JWT) |

## Money

| Method | Path                       | Scope                  |
| ------ | -------------------------- | ---------------------- |
| `GET`  | `/partner/balance`         | `balance:read`         |
| `GET`  | `/partner/deposit-address` | `deposit_address:read` |
| `POST` | `/partner/withdrawals`     | `withdraw`             |
| `GET`  | `/partner/reconciliation`  | `reconciliation:read`  |

## Cards

| Method | Path                               | Scope            |
| ------ | ---------------------------------- | ---------------- |
| `GET`  | `/partner/card-products`           | `cards:*` / read |
| `POST` | `/partner/cards`                   | `cards:issue`    |
| `GET`  | `/partner/cards/{card_id}`         | `cards:read`     |
| `GET`  | `/partner/cards/{card_id}/balance` | `cards:read`     |
| `POST` | `/partner/cards/{card_id}/topups`  | `cards:topup`    |
| `POST` | `/partner/cards/{card_id}/freeze`  | `cards:freeze`   |

## eSIM

| Method | Path                              | Scope    |
| ------ | --------------------------------- | -------- |
| `GET`  | `/partner/esim-offers`            | `esim:*` |
| `POST` | `/partner/esims`                  | `esim:*` |
| `GET`  | `/partner/esims/{esim_id}`        | `esim:*` |
| `POST` | `/partner/esims/{esim_id}/topups` | `esim:*` |

## Gift cards

| Method | Path                                | Scope                      |
| ------ | ----------------------------------- | -------------------------- |
| `GET`  | `/partner/gift-offers`              | `gift:read` / `gift:*`     |
| `POST` | `/partner/gift-cards`               | `gift:purchase` / `gift:*` |
| `GET`  | `/partner/gift-cards/{purchase_id}` | `gift:read` / `gift:*`     |

## Documents

| Method | Path                          | Scope           |
| ------ | ----------------------------- | --------------- |
| `GET`  | `/partner/documents/{ext_id}` | `document:read` |

Browse generated OpenAPI pages in this tab for schemas and examples. Conceptual detail lives in [Guides](/guides/quickstart).
