Overview
MocklyAPI provides multiple configuration options to customize your mock endpoints and simulate real-world API behavior. These settings allow you to control response types, status codes, authentication, delays, and data randomization.Available Configurations

Configuration Summary
Always Random Data
Random Data Configuration
Generate fresh random data on every request.
Options
Disabled (Default)- Returns the same mock data on every request
- Consistent, predictable responses
- Ideal for deterministic testing
- Generates new random data for each request
- Different response on every call
- Useful for testing dynamic UI updates
Enabling this feature may increase API call latency, as new data is generated for each request.

