# Subscription listing Fetch a paginated list of subscriptions with optional filters like date, email, search query and limit. Endpoint: GET /subscriptions Version: 1.0.0 Security: BearerAuth ## Query parameters: - `date` (string) Filter subscriptions created on a specific date. Example: "2024-12-06" - `email` (string) Filter subscriptions based on customer email. Example: "2024-12-06" - `query` (string) Search for subscriptions by customer name or description, and products. Example: "Christie" - `limit` (integer) Limit the number of results per page. Example: 100 ## Header parameters: - `Accept` (string, required) The response format must be JSON. Example: "application/json" ## Response 200 fields