Imgur Documentation

The client must be authorized to retrieve notifications of a user.

getAll

Params:

  • unreadOnly?: boolean
client.Notification.getAll(false)

get

Params:

  • notificationId: string
client.Notification.get('notificationId')

markAsRead

Params:

  • notificationId: string
client.Notification.markAsRead('notificationId')