Nurama Developers
Notifications

Get bulk count of new notifications for specified channels and types

POST
/notifications/count/bulk

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/notifications/count/bulk" \  -H "Content-Type: application/json" \  -d '{    "channelQueries": [      {        "channels": [          null        ]      }    ]  }'
[  {    "channels": [      "string"    ],    "types": [      "string"    ],    "count": 0  }]