Skip to main content
POST
/
v1
/
apps
/
{app_id}
/
notifications
/
mark_all_read
Mark all notifications as read
curl --request POST \
  --url https://{defaultHost}/v1/apps/{app_id}/notifications/mark_all_read \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "message": "<string>",
  "updated_count": 123
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

200 - application/json

successful

message
string

Success message

updated_count
integer

Number of notifications marked as read