Sign In

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

OpenAPI Specification

You can download the raw JSON specification for your own tools (like Postman or code generators) here:

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 JSON format.
  • Timestamps are returned in ISO 8601 (UTC) format.
Back to Index