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

# Rest API

> Integrate with Midaz through a versioned REST API — JSON payloads, explicit versioning, and a predictable, resource-based design.

The Midaz REST API gives you programmatic access to the ledger. It uses standard HTTP methods and status codes.

## Key features

***

* **RESTful design**: The API follows REST principles for a predictable structure.
* **JSON format**: The documented API uses JSON for requests and responses.
* **Versioning**: Explicit version prefixes keep changes backward-compatible.

The API exposes the core Midaz resources: organizations, ledgers, accounts, assets, portfolios, transactions, and operations. Each resource has its own endpoints.

<Tip>
  For technical details on the available endpoints, see the [API Reference](/en/reference/introduction).
</Tip>
