api
A simple ViewSet for viewing and editing Subscriptions.
get/api/subscriptions/
Query parameters
customer_idstring required
Filter to a specific customer.
plan_idstring uuid
Filter to a specific plan.
range_endstring date-time
If specified, will only return subscriptions with a start date before this date.
range_startstring date-time
If specified, will only return subscriptions with an end date after this date.
statusstring[]
Filter to a specific set of subscription statuses. Defaults to active.