action vimeo_get_custom_logos { label: "Get all the custom logos that belong to a user" provider: vimeo method: GET path: "/users/{user_id}/customlogos" encoding: json input: { type: "object" properties: { user_id: { type: "number" } } required: ["user_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }