Kontorion Billing API
string · requiredstring
string · requiredstring · required
string · requiredstring · required
List a product's version timeline
GET
https://api.kontorion.eu/v1
/products/{id}/timeline
Returns all versions for a product ordered by effective_from. Active and scheduled versions are returned by default; pass include=all to include drafts and archived versions.
path Parameters
idProduct UUID
query Parameters
includeSet to 'all' to include draft and archived versions
List a product's version timeline › Responses
Versions list wrapped in envelope
Reconfirm a stale product version
POST
https://api.kontorion.eu/v1
/products/{id}/versions/{vid}/reconfirm
Clears warnings on a scheduled version after the operator has acknowledged that an upstream change does not invalidate the scheduled payload. Use PUT to amend the payload itself.
path Parameters
idProduct UUID
vidVersion UUID
Reconfirm a stale product version › Responses
Reconfirmed version envelope
Unschedule a pending product version
POST
https://api.kontorion.eu/v1
/products/{id}/versions/{vid}/unschedule
Reverts a scheduled version back to draft, clearing effective_from so it leaves the timeline. Only callable while the version has not yet been applied.
path Parameters
idProduct UUID
vidVersion UUID
Unschedule a pending product version › Responses
Updated version envelope