GET
/
v2
/
history
/
summary
Get Notification Summary
curl --request GET \
  --url https://alerts-api.dial.to/v2/history/summary \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>'
{
  "unreadCount": 5,
  "lastRead": {
    "timestamp": "2024-02-20T15:30:00.000Z"
  }
}

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"

Query Parameters

appId
string

Application ID

Example:

"255d6163-7e25-43e9-a188-c2f8d0980a4a"

Response

200
application/json

Notification summary with unread count and last read status

The response is of type object.