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?