Authenticate to the Mindbody Public API v6 with an API key and staff user token, then list a business's sites/locations.
domain: developers.mindbodyonline.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Register a developer account and create a source credential (API key) in the Mindbody Developer Portal.
POST to the user token issue endpoint (https://api.mindbodyonline.com/public/v6/usertoken/issue) with staff username/password and the site ID to obtain a staff AccessToken.
Include the Api-Key, SiteId, and Authorization (Bearer AccessToken) headers on every subsequent request.
Call the Site/Locations endpoints to list active locations for the authenticated site.
Cache the AccessToken and re-issue a new one before it expires.
Known gotchas
An unused staff user token expires after 7 days, and an issued AccessToken itself expires after only 60 minutes, so short-lived caching logic is required.
A token is bound to the API key that created it; using it with a different API key fails authentication.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?