Skip to main content

Retrieve a specific notification by ID

GET 

/v1/notifications/:notificationId

Required States: ACTIVE, VERIFIED, PROSPECT

This endpoint retrieves the detailed information of a specific notification using its external identifier.

Authentication & Authorization:

  • Requires valid party session (partyId from JWT)
  • Users can only access notifications that belong to their own party context
  • Admin users can access any notification regardless of party ownership

Response Data:

  • Includes full notification details including message content, delivery status, and metadata
  • Channel identifiers are masked for privacy (e.g., +614915****06)
  • Template information is included if the notification was sent using a template
  • Error details are provided if the notification failed to deliver
  • Delivery receipts from external providers are included when available

Security Considerations:

  • Message content may be sanitized or masked depending on the notification type and user permissions
  • External provider identifiers are included for audit and debugging purposes
  • All access is logged for security and compliance purposes

Request

Responses

Notification details retrieved successfully