-
Notifications
You must be signed in to change notification settings - Fork 23
Get Notification Counts
Volodymyr edited this page Jul 4, 2022
·
4 revisions
No known rate limit
Authenticated:
TODO
Method:
GET
Host:
steamcommunity.com
Path:
/actions/GetNotificationCounts
Name Type Description notifications
object Related to
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
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
}
}