List SubscriptionsCopy Pageget https://{api}.subotiz.com/api/v1/subscriptionList SubscriptionsQuery Paramsidsarray of stringsSubscription ID array, filter subscription records whose IDs belong to this arrayidsADD stringstatusstringSubscription business status: init - Pending activation trial - Trial period active - Active canceled - Canceled incomplete - Incomplete starting_afterstringCursor for pagination. starting_after is the object ID that defines your position in the list. For example, if you want to get the next page, you can use the last object's ID as the parameter value after getting the object list for the first time. Cannot be used together with ending_beforeending_beforestringCursor for pagination. ending_before is the object ID that defines your position in the list. For example, if you want to get the previous page, you can use the first object's ID as the parameter value after getting the object list for the first time. Cannot be used together with starting_afterlimitint32Pagination parameter, number of items per page, default: 10, interface defaults to sorting by creation time in descending order. Limit: [1, 100]merchant_idstringMerchant unique identifierorder_idsarray of stringsThe order_ids of you platform, filter the subscription records where the order_id belongs to this array.order_idsADD stringsource_trade_idsarray of stringsThe source_trade_id array, filter subscriptions where source_trade_id belongs to this arraysource_trade_idsADD stringbilling_cycle_unitarray of stringsSubscription business billing cycle unit: week month quarter year customer-initiated over_threshold billing_cycle_unitADD stringsearch_typestringThe search_type belongs to one of the fields such as subscription_id,trade_id,refund_id,invoice_id, and customer_idsearch_valuestringThe search_value is the value corresponding to search_typecreated_at.gtstringMinimum value to filter by (exclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.gtestringMinimum value to filter by (inclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.ltstringMaximum value to filter by (exclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.ltestringMaximum value to filter by (inclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')HeadersRequest-IdstringrequiredDefaults to 008e3967-a1b5-48bb-be14-d5bff5092e61The unique identifier of the requestResponses 200OK 500Internal server errorUpdated 3 months ago Get SubscriptionCancel SubscriptionDid this page help you?YesNo