DUFREI API
  1. Raíz
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
  1. Raíz

Health Check

GET
/
Verify service is running.

Solicitud

Autorización
API Key
Agregar parámetro en header
x-api-key
Ejemplo:
x-api-key: ********************
or

Respuestas

🟢200
text/plain
OK
Body

Solicitud Ejemplo de Solicitud
Shell
JavaScript
Java
Swift
curl --location --request GET '/' \
--header 'x-api-key: <api-key>'
Respuesta Ejemplo de Respuesta
"string"
Modificado en 2026-02-23 05:58:43
Siguiente
Retrieve financial documents list
Built with