Starters EMS aanbieding
3 EMS small groep proeflessen. Inclusief huur EMS suite, persoonlijke Voguegym App, weging en na de training een Proteine drankje.
Dit alles voor maar 35 Euro.
Staters aanbieding YoFit
3 YoFit lessen. Ervaar de voordelen van YoFit lessen voor u gezondheid en rust.
Dit alles voor maar 30 Euro.
FREQUENTLY ASKED QUESTIONS

[insert_php]
define(‘API_URL’, ‘https://virtuagym.com/api/v1/’);
define(‘API_KEY’, ‘hFT752mjG4wJWuHpJLHVURcoJs2QnmPMOl3p0YMHI0’);
define(‘CLUB_ID’, ‘16822’);
define(‘CLUB_KEY’, ‘CS-16822-ACCESS-MaHfVjkKCT3g2i6yWAKcCRApJ’); // business-settings -> general -> advanced -> club key
$fname = “Gekke”;
$lname = “Henkie”;
$email = “donebyme77@gmail.com”;
$customer_data = array(
“firstname” => $fname,
“lastname” => $lname,
“email” => $email,
“is_pro” => true
);
$data_string = json_encode($customer_data);
$url = API_URL.’club/’.CLUB_ID.’/member?api_key=’.API_KEY.’&club_secret=’.CLUB_KEY;
$ch = curl_init($url);
curl_setopt_array($ch, array(
CURLOPT_CUSTOMREQUEST => ‘PUT’,
CURLOPT_POSTFIELDS => $data_string,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_SSL_VERIFYPEER => false // not the best way, but it works (might want to validate the certificate)
)
);
$result = curl_exec($ch);
curl_close($ch);
$response = json_decode($result);
echo ‘Response:
‘;
echo ‘
'; var_dump($response); echo '
‘;[/insert_php]
Questionnaire om deel te nemen aan EMS training
Wilt u deelnemen aan de EMS groepslessen, dan vragen we u om onderstaand formulier in te vullen en op te sturen.
[contact-form-7 404 "Niet gevonden"]