action vimeo_get_category_subscriptions_alt1 { label: "Get all the categories that a user follows" provider: vimeo method: GET path: "/me/categories" encoding: json input: { type: "object" properties: { direction: { type: "string" enum: ["asc", "desc"] } page: { type: "number" } per_page: { type: "number" } sort: { type: "string" enum: ["alphabetical", "date", "name"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }