action bbc_get_my_categories_follows { label: "List of followed categories" description: "List of followed categories for a given user.\n" provider: bbc method: GET path: "/my/categories/follows" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["Authorization", "X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }