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