action apidapp_get_account_id { label: "get_account_id" description: "Get account balance" provider: apidapp method: GET path: "/account/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }