action cpy_get_api_v1_accounts_name_video_channel_syncs { label: "List the synchronizations of video channels of an account" provider: cpy method: GET path: "/api/v1/accounts/{name}/video-channel-syncs" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } total: { type: "integer" } } } }