Get Notification Counts - Revadike/InternalSteamWebAPI GitHub Wiki
GET /actions/GetNotificationCounts
Rate limits
No known rate limit
Request
Authenticated:
TODO
Method:
GET
Host:
steamcommunity.com
Path:
/actions/GetNotificationCounts
Response
200 OK
Name Type Description notifications
object N/A
notifications.1
number Trade offers notifications.2
number Games notification (turns waiting) notifications.3
number Community messages notifications.4
number New comments notifications.5
number Inventory notifications.6
number Invites notifications.8
number Gifts notifications.9
number Chat messages notifications.10
number Replies from Steam Support notifications.11
number Account warning or alert
Example
GET https://steamcommunity.com/actions/GetNotificationCounts
{
"notifications": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0,
"6": 0,
"8": 0,
"9": 0,
"10": 0,
"11": 0
}
}