Skip to main content
ArrowLeftDeveloper Portal

API Reference

Base URL: https://api.cantarell-os.tech

Key
Authentication

All API requests require a Bearer token in the Authorization header.

Authorization: Bearer sk_live_your_api_key_here

Use sk_sandbox_ prefixed keys for testing. Live keys (sk_live_) access production data.

List all orders for the authenticated organization.

Terminal REQUEST

curl -X GET https://api.cantarell-os.tech/api/v2/orders \
  -H "Authorization: Bearer sk_live_..."

FileJson RESPONSE

{
  "data": [
    {
      "id": "ORD-2024-001",
      "product": "Magna (Regular)",
      "volume_liters": 10000,
      "total_mxn": 225000.00,
      "status": "confirmed"
    }
  ],
  "ok": true,
  "total": 42
}
1,100+
API Endpoints
30+
Webhook Events
5
Currencies
<50ms
P99 Latency