$version = '2021-07-28';
$ghl = \MusheAbdulHakim\GoHighLevel\GoHighLevel::init($access_token);
$funnels = $ghl->withVersion($version)
->make()
->funnel()
->list($locationId);
$funnel = GoHighLevel::client($access_token,'2021-07-28')->funnel();
$response = $funnels->list($locationId, [
//parameters
]);
$response = $funnels->pages($funnelId, $locationId, $limit, $offset, [
//parameters
]);
$response = $funnels->countPages($funnelId, $locationId, [
//parameters
]);
$redirect = $funnels->redirect();
$response = $redirect->create([
//parameters
]);
$response = $redirect->update($id, [
//parameters
]);
$response = $redirect->delete($id, $locationId);
$response = $redirect->list($locationId,[
//parameters
]);