action spinbot_get_info { label: "Return the user credit information." description: "Return the user credit information." provider: spinbot method: GET path: "/api/acc" encoding: json input: { type: "object" properties: { key: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }