POST
/
v2
/
history
/
read
Mark Notifications as Read
curl --request POST \
  --url https://alerts-api.dial.to/v2/history/read \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>' \
  --data '{
  "appId": "255d6163-7e25-43e9-a188-c2f8d0980a4a"
}'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Body

application/json

Response

200
application/json

Notifications marked as read successfully

The response is of type object.