Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/api/v1/orders/{id} \ --header 'x-api-key: <api-key>'
{ "id": "ord_01", "code": "O-2025-0001", "status": "created", "amount": 123.45, "currency": "USD", "title": "Compra de insumos" }
Orden encontrada