get https://api.voucherify.io/v1/customers
Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
Returns
A dictionary with a data (customers
) property that contains an array of up to limit customers. Each entry in the array is a separate customer object. If no more customers are available, the resulting array will be empty. The result can be narrowed down according to specified (or default) filters.