action solarvps_get_key_get { label: "Get API Key" description: "Gets the API Key for user" provider: solarvps method: GET path: "/key/get" encoding: json input: { type: "object" properties: { password: { type: "string" } username: { type: "string" } } required: ["password", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }