Skip to content

Endpoint

  • Method: GET
  • Path: /notifications/unread
  • Edition: Core
  • Controller: NotificationsController@getUnreadNotifications
  • Route source: fluent-community/app/Http/Routes/api.php:128
  • Controller source: fluent-community/app/Http/Controllers/NotificationsController.php

GET List Unread Notifications

GET
/notifications/unread

List Unread Notifications for the FluentCommunity Notifications API.

Controller: NotificationsController@getUnreadNotifications
Route source: fluent-community/app/Http/Routes/api.php:128

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Query Parameters

notification_type

Notification Type read via $request->get() in getUnreadNotifications().

Type
string
Default
"all"

Responses

Successful response

application/json

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation