Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
PUT | /api/v1/workout | Modifies the data of a prescribed workout for a customer. |
GET | /api/v2/workout/exercises | Returns the list of registered exercises. |
POST | /api/v2/workout/create-workout | Creates a new workout. |
GET | /api/v2/workout/default-workout | Lists all standard workouts. |
POST | /api/v2/workout/link-workout-to-client | Associates a workout with a customer. |
GET | /api/v2/workout/default-client-workout | Consults workouts of customer / prospect / staff member. |
GET | /api/v2/workout/workout-monthyear-professor | Consults workouts by month, year, or instructor. |