Mindbody is the go-to platform for revenue growth in wellness technology, offering you a wealth of opportunities to serve businesses and consumers alike.
At Mindbody, we go the extra mile to help your solutions succeed, with our Partner Store, hosted events, dedicated partner team and more.
You’ll have free access to our sandbox and endpoints tailored to your needs. And it doesn’t stop there – we offer developer-focused guidance at every step, you can start easily and launch quickly.
var client = new
RestClient("https://api.mindbodyonline.com/public/v6/payroll/commissions");
var request = new RestRequest(Method.GET);
request.AddHeader("SiteId", "-99");
request.AddHeader("Api-Key", "b5fd5260655140668edde9209c55b87e");
IRestResponse response = client.Execute(request);
var client = new RestClient("https://api.mindbodyonline.com/public/v6/client/clientcompleteinfo?ClientId=100013562");
var request = new RestRequest(Method.GET);
request.AddHeader("SiteId","-99");
request.AddHeader("Api-Key", "b5fd5260655140668edde9209c55b87e");
request.AddHeader("Authorization", "bae2ee52ca8341b9b478cb7a95181ff373e14dca2e794f0b9e590070e2ebbe6a");
IRestResponse response = client.Execute(request);
var client = new
RestClient("https://api.mindbodyonline.com/public/v6/site/paymenttypes");
var request = new RestRequest(Method.GET);
request.AddHeader("SiteId", "-99");
request.AddHeader( "Api-Key", "b5fd5260655140668edde9209c55b87e");
request.AddHeader( "Authorization", "bae2ee52ca8341b9b478cb7a95181ff373e14dca2e794f0b9e590070e2ebbe6a");
request.AddHeader("Content-Type", "application/json");
IRestResponse response = client.Execute(request);
Fill out a brief form to set up your free account and sandbox environment.
Start experimenting and testing your code before it goes live. Our free sandbox makes it simple.
Ready to go live ? Tell us about your integration, submit your request for the credentials and launch. IT’S THAT EASY.