This API triggers export of subscription data. The exported zip file contains CSV files with subscription-related data.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Determines the format of the data. Returns the export type based on the selected value.
Provides the full set of data for the subscriptions in multiple .csv files.
Provides a .csv file whose columns match the subscription schema. This file format can be readily imported through the UI by using Bulk Operations.
optional, string filter
Reason code for canceling the subscription. Must be one from a list of reason codes set in the Chargebee app in Settings > Configure Chargebee > Reason Codes > Subscriptions > Subscription Cancellation. Must be passed if set as mandatory in the app. The codes are case-sensitive. Supported operators : is, is_not, starts_with, in, not_in
Example → cancel_reason_code[is] = "Not Paid"