Count the number of unread notifications for the requesting account. Requires auth.
Parameters
Output
Encoding
application/jsoncount
integer
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"seenAt": {
"type": "string",
"format": "datetime"
},
"priority": {
"type": "boolean"
}
}
},
"description": "Count the number of unread notifications for the requesting account. Requires auth."
}