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

Send MCP JSON-RPC Messages

POST
/messages

Solicitud

Autorización
API Key
Agregar parámetro en header
x-api-key
Ejemplo:
x-api-key: ********************
or
Parámetros del Body application/jsonRequerido

Ejemplos

Respuestas

🟢202
Accepted
Esta respuesta no tiene un body.
Solicitud Ejemplo de Solicitud
Shell
JavaScript
Java
Swift
curl --location --request POST '/messages' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Modificado en 2026-02-23 05:58:43
Anterior
Initialize SSE Stream
Siguiente
ErrorResponse
Built with