Skip to main content

Get the notifications that belong to the current user

GET 

/notifications.json

Get the notifications that belong to the current user

Responses

notifications

Schema
    notifications object[]
  • Array [
  • id integerrequired
    user_id integerrequired
    notification_type integerrequired
    read booleanrequired
    created_at stringrequired
    post_number integernullrequired
    topic_id integernullrequired
    slug stringnullrequired
    data object
    badge_id integerrequired
    badge_name stringrequired
    badge_slug stringrequired
    badge_title booleanrequired
    username stringrequired
  • ]
  • total_rows_notifications integerrequired
    seen_notification_id integerrequired
    load_more_notifications stringrequired
Loading...