-
Notifications
You must be signed in to change notification settings - Fork 26
Get Notification Counts
Volodymyr edited this page Jul 4, 2022
·
4 revisions
No known rate limit
Authenticated:
TODOMethod:
GETHost:
steamcommunity.comPath:
/actions/GetNotificationCounts
Name Type Description notificationsobject N/Anotifications.1number Trade offers notifications.2number Games notification (turns waiting) notifications.3number Community messages notifications.4number New comments notifications.5number Inventory notifications.6number Invites notifications.8number Gifts notifications.9number Chat messages notifications.10number Replies from Steam Support notifications.11number Account warning or alert
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
}
}