📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of customers

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}", "email": "{{faker 'internet.email'}}", "phone": "{{faker 'phone.number'}}", "address": "{{faker 'location.streetAddress'}}, {{faker 'location.city'}}, {{faker 'location.stateAbbr'}} {{faker 'location.zipCode'}}", "age": {{faker 'number.int' min=18 max=120}}, "isVip": {{faker 'datatype.boolean'}} } {{/repeat}} ]

This template generates a list of random customers with name, email, phone, address, age, and VIP status. It's designed specifically for testing customer-related features like customer management and CRM systems within applications. With its ability to provide a diverse range of customer data, it offers an extensive dataset for thorough testing. Furthermore, beyond its primary utility in testing, it serves as an effective tool for simulating a comprehensive database of customers, enabling developers to assess application performance across various customer scenarios with ease. These data are perfect to prototype or serve as sample data for applications like CRM systems, customer management platforms, and marketing automation tools.