📃 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 clients

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'company.name'}}", "email": "{{faker 'internet.email'}}", "phone": "{{faker 'phone.number'}}", "address": "{{faker 'location.streetAddress'}}, {{faker 'location.city'}}, {{faker 'location.stateAbbr'}} {{faker 'location.zipCode'}}", "isActive": {{faker 'datatype.boolean'}} } {{/repeat}} ]

This template generates a list of random clients with various properties such as name, email, phone, address, and more. Whether used for populating mock databases or as a sample data source for CRM applications, it provides developers with essential client data for testing and analysis. Moreover, its versatility extends to contact lists and customer management systems, enhancing the accuracy and effectiveness of client-related functionalities within applications. These data are perfect to prototype or serve as sample data for applications like CRM systems, customer management platforms, and contact management tools.