action kumpeapps_auth_verifyotp_get { label: "Verifies YubiKey OTP for authenticated user" description: "Verifies YubiKey OTP for authenticated user" provider: kumpeapps method: GET path: "/authentication/verifyotp" encoding: json input: { type: "object" properties: { otp: { type: "string" } } required: ["otp"] additionalProperties: false } output: { type: "object" additionalProperties: true } }