Return notification matching given id, only if it's a notification that

GET /data/user/notifications/{notification_id}

belongs to current user.

Responses

  • 200

    Notification matching given ID

GET /data/user/notifications/{notification_id}
curl \
 -X GET http://localhost:8080/api/data/user/notifications/{notification_id} \
 -H "Authorization: $API_KEY"