Mark all notifications of your organization as read
POST /organization/notifications/clear
Mark all notifications of your organization as read.
Authorizations
Responses
200
A collection of notifications
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
object
Number of items returned in the result.
A notification describing describing events of a database.
object
Source of the event e.g., db, org, user, … for facilitating further actions
object
Example
{
"notifications": [
{
"source": {
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
500
Internal Server Error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error