action stackexchange_get_me_reputation { label: "get_me_reputation" description: "Returns the reputation changed for the user associated with the given access_token.\n \nThis method returns a list of reputation changes.\n" provider: stackexchange method: GET path: "/me/reputation" encoding: json input: { type: "object" properties: { callback: { type: "string" } filter: { type: "string" } site: { type: "string" } } required: ["site"] additionalProperties: false } output: { type: "object" additionalProperties: true } }