NotifyHub
Openapi

Get notification

GET
/v1/me/notifications/{notificationId}

Retrieves the full notification object including title, message, type, priority, read/archive/shown state, timestamps, and optional custom data payload. Returns 404 if the notification does not belong to the authenticated recipient.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/v1/me/notifications/{notificationId}"
Empty