Read all customersAsk AIget https://api.loopsubscriptions.com/admin/2023-10/customer/This endpoint allows you to retrieves a list of all customers along with their subscription count.Query ParamspageNoint32The page number to fetch in a paginated response.pageSizeint32The number of records to return per page.emailstringFilters results by the customer’s email address.typestringenumFilters customers by type (e.g., Subscriber or all)subscriberallAllowed:subscriberallupdatedAtStartEpochint32Start of the time range (in epoch) for filtering customers based on their last update time.updatedAtEndEpochint32End of the time range (in epoch) for filtering customers based on their last update time.Response 200200Updated 5 months ago