Dynamic Services
Create and manage custom mock API services
Basic Information
Define the service name, endpoint path, and grouping
Service Grouping
Group under existing service or create standalone
Creates a new folder in /mocks/
Lowercase letters, numbers, and hyphens only. Used for file names.
The URL path. Use :paramName for route parameters (e.g., /v1/service/:id/details)
Name of the array in mock JSON (e.g., "records", "persons", "items")
Request Parameters
Define the parameters your endpoint will accept
Paste your sample request payload and click "Extract Parameters" to auto-generate parameters
Mock Data Records
Define sample data records that will be returned by the endpoint
Enter mock data as JSON. The array name should match your "Records Array Name" setting.
Record Filtering
Map request parameters to record fields for filtering
Define which request parameters match which fields in your mock data records
Error Responses
Customize the JSON responses for different error scenarios (10 types)
Review & Create
Review your configuration and create the service
Service Name
-
Service Group
-
Endpoint
-
Method
-
Parameters
-
Filter Fields
-