action pendo_get_accounts_id { label: "Get an Account" provider: pendo method: GET path: "/accounts/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }