List notifications
GET
/notifications
Returns the authenticated user's notifications.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Parameters
Query Parameters
limit
Type
integer
Default
20Maximum
100archived
Pass "true" to return archived notifications.
Type
string
Valid values
"true""false"Responses
Notifications payload
application/json
JSON
{
}