DUFREI API
    • Raíz
      • Health Check
        GET
      • Initialize SSE Stream
        GET
      • List Financial Documents
        GET
      • List Shipments
        GET
      • Send MCP JSON-RPC Message
        POST
    • Schemas
      • ErrorResponse
      • FinancialDocument
      • CanceledRecord
      • TripDocument
      • PaymentRecord
      • MexicanAddress
      • ShipmentLeg

    ErrorResponse

    {
        "error": {
            "code": 400,
            "message": "API Key is required via x-api-key header",
            "details": [
                "string"
            ]
        }
    }
    Built with