API overview
Base URLs, versioning, and conventions for the Fitbord REST API.
The Fitbord REST API lets you build integrations on top of your space's data.
Base URL
All endpoints are served under a versioned prefix:
https://api.fitbord.com/api/v1Route groups
/api/v1/core/— main application resources (spaces, members, passes, subscriptions, classes)./api/v1/portal/— customer self-service portal./api/v1/platform/— billing and platform administration.
Conventions
- Resources are addressed by a public ID, never an internal database ID.
- Requests and responses use JSON.
- Authenticate with a bearer token — see Authentication.
A complete, auto-generated endpoint reference is coming soon, generated from the API's OpenAPI specification.