Changelog
Last updated on Feb 11, 2026
Welcome to the Workout API Changelog. this page lists notable changes, improvements, and fixes that have taken place throughout the project.
V1.3.0
2026-02-25
- Adding new field “Description” (optionnal) from programs
- New endpoint POST “/programs/XXX/export” to export a program into PDF
- New endpoint GET “/programs/XXX/export” to get the generated PDF for the specify program (temporary access link)
- New endpoint POST “/programs/XXX/export/email” to send program’s generated PDF to one or multiple users by email (temporary access link)
v1.2.1
2026-02-11
- Send an email to the user when they change their subscription
V1.2.0
2026-01-13
- Programs generated are now kept in draft mode for 1 day. The endpoint returns a “programId” in addition to the content.
- Added a new endpoint to save a program generated via its ID (optional name available)
- Added a new endpoint to retrieve a program by its ID
v1.1.3
2026-01-02
- Possibility of changing the user’s payment method from account page
v1.1.2
2025-12-29
- Added an email alert system triggered when a user’s payment cannot be renewed
V1.1.0
2025-11-16
- Adaptation of the program generation endpoint (/programs/generate) to move towards a creation over several days. The “days” attribute must now be declared in the request’s body
v1.0.3
2025-10-18
- Implementing a usage report sent by email to API’s administrators
v1.0.2
2025-10-04
- Adaptation of the program generation endpoint to allow the addition of the demo page for this feature
V1.0.1
2025-09-16
- implementation of the recurring subscription system with management of quota overruns paid on request
V1.0.0
2025-08-21
- Lanch of the first version of the API