I am working on an app where I need to integrate the MindBody API, and I have accessed it successfully, but the problem is that I am not sure whether I can get only my studio related data or all the studio related data which are available on MindBody Website.
I have registered on MindBody website and got login credential for developer like:
username: Siteowner
password: abc
I have also downloaded sample iOS code from https://github.com/arrak-rukkharat/API-Integration-iOS and inserted my credential and it's working well.
But the main thing is I want all the studio's data not only mine. So is it possible? Can I get all the studio's data through this API call? Please provide me any sources related to this confusion.
thanks