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

# Introduction

> Overview of the Wave API

The Wave API is a REST API that gives you programmatic access to the Wave Platform. All endpoints are protected — see [Authentication](/api-reference/authentication) to generate your API token. When a request fails, the response body follows the RFC 9457 problem details standard — see [Errors](/api-reference/errors).

The reference is organized in the following groups:

<CardGroup cols={3}>
  <Card title="Holders" icon="user" href="/api-reference/holders/list-holders">
    Manage the customers who own lines.
  </Card>

  <Card title="Lines" icon="sim-card" href="/api-reference/lines/list-lines">
    Create, activate, block, and manage mobile lines.
  </Card>

  <Card title="Subscriptions" icon="rotate" href="/api-reference/subscriptions/list-subscriptions">
    Track subscriptions, their products, and invoices.
  </Card>

  <Card title="Usage" icon="chart-pie" href="/api-reference/usage/get-balances">
    Query balances and consumption per line product.
  </Card>

  <Card title="Portability" icon="right-left" href="/api-reference/portability/list-port-in-requests">
    Create and follow port-in requests.
  </Card>

  <Card title="Catalog" icon="tags" href="/api-reference/catalog/list-offers">
    List the offers available in the catalog.
  </Card>

  <Card title="Payments" icon="credit-card" href="/api-reference/payments/list-payments">
    Look up payments and their details.
  </Card>

  <Card title="Tax Receipts" icon="file-invoice" href="/api-reference/tax-receipts/list-tax-receipts">
    List and download tax receipts.
  </Card>

  <Card title="Inventory" icon="boxes-stacked" href="/api-reference/inventory/list-pools">
    Browse resource pools and reserve resources.
  </Card>
</CardGroup>
