Questions tagged [mindbody]

MINDBODY online platform and SOAP-based API.

MINDBODY offers its business management services as an online platform and an API for its clients to use. The MINDBODY API is a SOAP-based API for allowing 3rd parties to programmatically access MINDBODY Online business logic and data.

25 questions
2
votes
1 answer

Button to change dropdown selection and reload widget with new selection

I have to incorporate a Healcode widget (through Mind Body) into the site I'm working on. My goal is to have a button on that page change the dropdown selection of the Healcode widget and reload the widget to reflect the dropdown change. So far…
1
vote
0 answers

Unable to create a new staff using service in mindBody API

I am creating a staff using mingBody API. My response status get success but staff not created. My code looks like this: var mboFactory = require('mbo-api'); mboFactory.setSourceCredentials("xxxx",…
imran ali
  • 383
  • 1
  • 13
1
vote
0 answers

display data on wordpress site using mindbody api

I have an account on clients.mindbody.com and I have created class schedules and staff lists etc and I want to show class schedules on my WordPress site by calling an API or iframe.how can I achieve this ?
1
vote
1 answer

MindbodyApi iOS app throws a "201" error code

While implementing MindbodyApi's soap services particularly ClientServices i continuously got an error code of 201 .. Error code 201 is nested error.
1
vote
1 answer

Error: Wasabi::Resolver::HTTPError in HomeController#index for MindBody API SOAP RoR

I'm trying to link into the mindbody API to book members in using RoR from this git: https://github.com/mindbody/API-Examples/tree/master/Ruby Error: Wasabi::Resolver::HTTPError in HomeController#index According to the logs, I haven't entered the…
tgrrr
  • 706
  • 6
  • 16
1
vote
2 answers

Consuming MindBodyOnline Web Services with Ruby on Rails 3

I have a Ruby on Rails 3 app that I would like to consume http://clients.mindbodyonline.com/api/0_5/ClassService.asmx?op=GetClasses to display a list of classes on a site. What is the recommended method to do this on Rails? HTTParty? Here is the…
Bruno
  • 6,211
  • 16
  • 69
  • 104
0
votes
1 answer

MindBody Public API: Get the valid services for enrollments

I'm trying to integrate with the public API for MindBody and I'm wondering how I pull the valid services for an Enrollment. If I request the /enrollment/enrollments I can get a list of enrollments. curl --location…
James Lendrem
  • 1,780
  • 2
  • 15
  • 23
0
votes
0 answers

Mindbody and using GTM for tracking data

Our agency is working with a client that uses the Mindbody platform for scheduling clients. We want to track all services and revenue streams for the client but Mindbody makes it difficult to track the specific data we want. Does anyone know any…
0
votes
0 answers

Mindbody authentication using OAuth

Not getting authorization_code in redirect uri after authorize user using https://signin.mindbodyonline.com/connect/authorize Request:…
0
votes
1 answer

Mindbody API: How to pass a list of values to a parameter in postman?

I am new to API integration and working on a project associated with Mindbody API. Take API documentation for getting clients' services as an example, as the picture shows, I had to specify the client's ID and program's ID to get the data. But this…
jud_t
  • 1
  • 1
0
votes
1 answer

python requests not recognizing params

I am requesting to mindbodyapi to get token with the following code using requests library def get_staff_token(request): URL = "https://api.mindbodyonline.com/public/v6/usertoken/issue" payload = { 'Api-Key': API_KEY, …
Biju
  • 165
  • 2
  • 12
0
votes
1 answer

Mindbody v6 GET client/clients returns empty set from Sandbox

I'm using Mindbody's API v6 connected to the Sandbox. I'm trying to retrieve clients making this call: https://api.mindbodyonline.com/public/v6/client/clients It is returning an empty set: { "PaginationResponse": { "RequestedLimit": 100, …
Martin Drapeau
  • 1,484
  • 15
  • 16
0
votes
2 answers

Cannot access function in latest version of GitHub gem

I am trying to use the MindBody Gem but when I attempt to run: $ gem install mindbody-api I see the error: $ gem install mindbody-api ERROR: Could not find a valid gem 'mindbody-api' (>= 0) in any repository I've been able to get it working in my…
Jeremy Thomas
  • 6,240
  • 9
  • 47
  • 92
0
votes
1 answer

Mindbody API integrations blocker

I'm planning to develop an app with mindbody integrations api. I heard that we need a site-id (which is the customer id) to be able to develop and test an app. Is that right? This seems like a blocker. Don't they have a sandbox environment with…
Vineel
  • 1,630
  • 5
  • 26
  • 47
0
votes
2 answers

mindbody-php-api for stored credit card payment?

I am using mindbody api for payment, when I add my credit card detail then payment is successful but when I am using stored(existing) card for payment then it's given error : Card Authorization Failed mb.Core.BLL.Transaction failed validation Could…
Neeraj Prajapati
  • 541
  • 5
  • 24
1
2