action vimeo_get_vod_promotion { label: "Get a specific promotion on an On Demand page" provider: vimeo method: GET path: "/ondemand/pages/{ondemand_id}/promotions/{promotion_id}" encoding: json input: { type: "object" properties: { ondemand_id: { type: "number" } promotion_id: { type: "number" } } required: ["ondemand_id", "promotion_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }