PheroAPI
  • Bienvenidos a Phero!
  • Autenticación
    • Login
    • Generate API key
    • Me
    • Test API key
  • Crear nueva carga
  • Webhooks
  • Consultar notificación
  • Test de Notificaciones
  • Bultos
  • Specification
  • Politicas de privacidad
Con tecnología de GitBook
En esta página

¿Te fue útil?

Consultar notificación

AnteriorWebhooksSiguienteTest de Notificaciones

Última actualización hace 1 año

¿Te fue útil?

get
Parámetros de ruta
idstringRequerido

Identificador de la notificación en la base de datos

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