# API de Caudal - [Introducciónn](https://docs.caudalflow.com/introduction.md): Conecta un ERP u otro sistema con Caudal. - [Listar pedidos](https://docs.caudalflow.com/api-reference/pedidos/listar-pedidos.md): Returns orders for the authenticated organization, newest first. Cursor-paginated. - [Crear un pedido](https://docs.caudalflow.com/api-reference/pedidos/crear-un-pedido.md): Creates a confirmed order. Send an Idempotency-Key header to make retries safe: repeating the request with the same key returns the originally created order (200) instead of creating a duplicate. - [Leer un pedido](https://docs.caudalflow.com/api-reference/pedidos/leer-un-pedido.md) - [Listar cuentas](https://docs.caudalflow.com/api-reference/cuentas/listar-cuentas.md): Returns accounts for the authenticated organization, newest first. Cursor-paginated. - [Crear una cuenta](https://docs.caudalflow.com/api-reference/cuentas/crear-una-cuenta.md): Creates an account. Send an Idempotency-Key header to make retries safe: repeating the request with the same key returns the originally created account (200) instead of creating a duplicate. An account name is not unique — two accounts can carry the same name, so a repeated name without a key create… - [Leer una cuenta](https://docs.caudalflow.com/api-reference/cuentas/leer-una-cuenta.md) - [Listar productos](https://docs.caudalflow.com/api-reference/productos/listar-productos.md): Returns the organization's product catalog, newest first. Cursor-paginated. - [Leer un producto](https://docs.caudalflow.com/api-reference/productos/leer-un-producto.md) ## OpenAPI Specs - [openapi](/api-reference/openapi.json)