Subscriptions
Get valid billing dates for a subscription
Returns the current billing cycle range, the list of valid dates for on-cycle version starts, the valid date range for mid-cycle changes, the contract end date, and the next renewal date. Use this to drive date pickers in UI flows that schedule future changes.
GET
Get valid billing dates for a subscription
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Path Parameters
Unique identifier for the subscription
Response
Success
Valid dates for on-cycle version starts
Example:
["2026-08-01"]
Contract end date
Example:
"2027-07-01"
Current billing cycle date range
Next billing cycle start date
Example:
"2026-08-01"
Next renewal date
Example:
"2027-07-01"
Valid date range for mid-cycle changes
Previous
Cancel a subscriptionSchedules a cancellation for a subscription. The `effective` timing can be a keyword (e.g. `immediate`, `end_of_term`) or a specific date. A cancellation reason code is required and a free-text note is optional.
Next
Get valid billing dates for a subscription