Subscriptions
GET
/v1/billing/subscriptionsBearer tokenList all subscriptions for a tenant.
Query Parameters
customer_idstringFilter by customer.
statusstringFilter by status: active, paused, cancelled, expired.
Response
Response
Create Subscription
POST
/v1/billing/subscriptionsBearer tokenCreate a new recurring subscription.
customer_idstringRequiredThe customer to create the subscription for.
product_idstringRequiredProduct from the catalog.
quantityintegerRequiredNumber of units.
billing_cyclestringRequiredBilling frequency: monthly, quarterly, annual.
start_datestringWhen the subscription should start (defaults to now).
Response