getNotifications

@GetMapping
fun getNotifications(@RequestHeader(value = "user-token") token: String, page: Int, size: Int): Page<NotificationDto>

GET endpoint for listing all notifications

Parameters

token
  • user token