action stackexchange_get_notifications { label: "get_notifications" description: "Returns a user's notifications.\n \nThis method requires an access_token, with a scope containing \"read_inbox\".\n \nThis method returns a list of notifications.\n" provider: stackexchange method: GET path: "/notifications" encoding: json input: { type: "object" properties: { callback: { type: "string" } filter: { type: "string" } page: { type: "integer" } pagesize: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }