API Reference
Interactive documentation for the Coach Watts REST API.
Our API is documented using the OpenAPI (Swagger) specification. We provide interactive explorers to test endpoints directly from your browser.
Interactive Explorers
- Scalar (Recommended): Accessible at /_docs/scalar.
- Swagger UI: Accessible at /_docs/swagger.
OpenAPI Specification
You can download the raw JSON specification for your own tools (like Postman or code generators) here:
- JSON: /_openapi.json
Base URL
All API requests should be made to:
https://app.coachwatts.com/api
Data Formats
- All requests must use
Content-Type: application/json. - All responses are returned in
JSONformat. - Timestamps are returned in ISO 8601 (UTC) format.
