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

Health Check

GET
/
Verify the service is running. Does not require authentication.

Solicitud

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

Respuestas

🟢200
text/plain
Service is running
Bodytext/plain

Solicitud Ejemplo de Solicitud
Shell
JavaScript
Java
Swift
curl --location 'https://api.dufrei.com/' \
--header 'x-api-key: <api-key>'
Respuesta Ejemplo de Respuesta
"OK"
Modificado en 2026-02-24 05:17:23
Siguiente
Initialize SSE Stream
Built with