Skip to main content
POST
Notifications
List, add, or delete notifications. Dispatch the desired operation with the action field in the request body.

Actions

Request body

string
required
One of list, add, or delete.
object
Payload for the selected action. Required for add and delete.

Response

array
Returned by list. Each Notification includes id, user_id, type, title, body, test_kind, link, read_at, dismissed_at, and created_at.
string
Human-readable status message.