List subscriptionsAsk AIget http://localhost:3009/api/public/v1/subscriptionsRetrieve a list of subscriptions with optional filteringQuery ParamsstatusstringenumFilter by subscription statusactivesentin_progressconfirmedactivatingactivecancelledunpaidpending_cancellationnot_approvedsuspendederrorShow 11 enum valuespayment_statusstringenumFilter by payment statusunpaidpaidunpaidAllowed:paidunpaidqstringSearch by customer name, phone, or referencecreated_atstringFilter by creation date. Supports multiple formats: Single date: YYYY-MM-DD (e.g., '2024-01-15') Predefined periods: 'current_month', 'current_year' Date range: Use nested parameters created_at[from]=2024-01-01&created_at[to]=2024-01-31activated_atstringFilter by activation date. Supports multiple formats: Single date: YYYY-MM-DD (e.g., '2024-01-15') Predefined periods: 'current_month', 'current_year' Date range: Use nested parameters activated_at[from]=2024-01-01&activated_at[to]=2024-01-31merchant_referencestringFilter by merchant reference (comma-separated for multiple). Available merchants are restricted to the API account's configured access.store_referencestringFilter by store reference (comma-separated for multiple). Available stores are restricted to the API account's configured access.merchant_idstringFilter by merchant ID (comma-separated for multiple). Available merchants are restricted to the API token's configured access.store_idstringFilter by store ID (comma-separated for multiple). Available stores are restricted to the API token's configured access.HeadersAuthorizationstringrequiredacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmlAllowed:application/jsontext/htmlResponses 200Successful 401UnauthorizedUpdated 5 months ago