DUFREI API
    DUFREI API
    • Raíz
      • Health Check
        GET
      • Retrieve financial documents list
        GET
      • Get shipments list
        GET
      • Initialize SSE Stream
        GET
      • Send MCP JSON-RPC Messages
        POST
    • Schemas
      • ErrorResponse
      • FinancialDocument
      • TripDocument

    ErrorResponse

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