Skip to content

Get Notification Counts

Revadike edited this page Feb 24, 2022 · 4 revisions

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 TODO
notifications.1 number TODO
notifications.2 number TODO
notifications.3 number TODO
notifications.4 number TODO
notifications.5 number TODO
notifications.6 number TODO
notifications.8 number TODO
notifications.9 number TODO
notifications.10 number TODO
notifications.11 number TODO

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
    }
}
Clone this wiki locally