@api.doc('List of channels')
    @admin_token_required
    @api.param('Authorization', 'Authorization token', _in='header')
    @api.marshal_list_with(_channel, envelope='data')
    def get(self):