Skip to content

List signed-in user notifications​

GET
/notifications

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Query Parameters

limit
Type
integer
Default
30
Maximum
100

Responses​

OK

application/json
JSON
{
  
"items": [
  
],
  
"unread_count": 0,
  
"do_not_disturb": true,
  
"preferences": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI