Skip to content

Endpoint

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

GET List Notifications

GET
/notifications

List Notifications for the FluentCommunity Notifications API.

Controller: NotificationsController@getNotifications
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

status

Status read via $request->get() in getNotifications().

Type
string
notification_type

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

Type
string
Default
"all"

Responses

Successful response

application/json

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation