Consultar notificación

get
Parámetros de ruta
idstringRequerido

Identificador de la notificación en la base de datos

Respuestas
200Éxito
application/json
get
/api/notifications/{id}
GET /api/notifications/{id} HTTP/1.1
Host: 
Accept: */*
200Éxito
{
  "_id": {},
  "event": "text",
  "when": "2025-12-06T03:54:32.108Z",
  "trackingCode": "text",
  "trackingURL": "text",
  "externalId": "text",
  "packageId": "text",
  "acknowledge": true,
  "retry": 1,
  "responsePayload": {},
  "notifiedAt": "2025-12-06T03:54:32.108Z",
  "loadGeneratedBy": {},
  "customPayload": {}
}

Última actualización

¿Te fue útil?