Developers
V1MeNotificationsRead all

Mark your current inbox read

POST
/v1/me/notifications/read-all
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Default{}

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/me/notifications/read-all" \  -H "Content-Type: application/json" \  -d '{}'
{  "updated": 0}