For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notifications

Get notifications

get

Returns a paginated list of notifications for the user

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Query parameters
pageSizenumber · min: 1 · max: 1000Optional

Number of notifications to return

Default: 100
Responses
200

Default Response

application/json
statusnumberOptionalExample: 200
get/api/public/v2/notifications

Create a notification

post

Creates a new notification

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Body
titlestringRequired

Notification title

textstringRequired

Notification text

targetstring · uuidRequired

Target user UUID

langstringOptional

Language code (e.g., en)

Default: en
originstring · nullableOptional

Origin of the notification

Default: null
readStatusbooleanOptional

Read status of the notification

Default: false
Responses
201

Default Response

application/json
statusintegerRequiredExample: 201
messagestringRequiredExample: Notification Created
post/api/public/v2/notifications

Last updated

Was this helpful?