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, "RequestedOffset": 0, "PageSize": 0, "TotalResults": 0 }, "Clients": [] }
In the UI, I even created a user and registered to a class. Making this call also returns an empty set: https://api.mindbodyonline.com/public/v6/client/clients?clientId=100015626
Has anyone been able to get this working?
Ok, so it turns out you need to pass a user token. Then you get results.
1.4m articles
1.4m replys
5 comments
57.0k users