action adafruit_get_current_user_throttle { label: "Get the user's data rate limit and current activity level." provider: adafruit method: GET path: "/{username}/throttle" encoding: json input: { type: "object" properties: { username: { type: "string" } } required: ["username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }