Skip to main content

Notifications

Harlyy's notification system is used internally to notify users of various events. The API allows you to retrieve notifications for a specific user.

The Notification Object

Schema Notification not found in OpenAPI spec.

Retrieve all Notifications

Retrieve notifications for a user

Parameters

userstringPath RequiredField must be in path.

The ID of the user to retrieve notifications for.

Returns200

The notifications.

The Notification Object
Endpoint
GET /v2/users/{user}/notifications

Retrieve a Notification

Retrieve a notification for a user

Parameters

userstringPath RequiredField must be in path.

The ID of the user to get.

notificationstringPath RequiredField must be in path.

The ID of the notification to get.

Returns200

The notification was found.

The Notification Object
Endpoint
GET /v2/users/{user}/notifications/{notification}