Retrieve a specific notification by ID
GET/v1/notifications/:notificationId
Retrieve a specific notification by its external identifier (UUID). This endpoint allows clients to query the details of a single notification, including its current status and other relevant information.
Request
Responses
- 200
- 401
- 404
- 500
Notification details retrieved successfully
Missing or invalid authentication token (GEN001002)
Notification not found (NOT004001)
Internal server error (GEN100000) or Service error (GEN100001)