Mock Server
Edit Mock Configuration
General & Request
Name
*
Category
-- No Category --
user
Scenario
Method
*
GET
POST
PUT
DELETE
PATCH
OPTIONS
HEAD
URI
*
Query Parameters
(JSON)
{"id":12}
Request Headers
(JSON)
Request Body
(JSON / text / regex)
Response
Status Code
*
Delay (ms)
Active
Enabled
Response Headers
(JSON)
Response Body
(JSON / text)
{ "status": "success", "data": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "username": "johndoe", "email": "john@example.com", "full_name": "John Doe", "role": "admin", "is_active": true, "created_at": "2025-01-15T08:30:00Z" }, { "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "username": "janedoe", "email": "jane@example.com", "full_name": "Jane Doe", "role": "user", "is_active": true, "created_at": "2025-02-10T14:20:00Z" }, { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "username": "bobsmith", "email": "bob@example.com", "full_name": "Bob Smith", "role": "user", "is_active": false, "created_at": "2025-03-05T10:00:00Z" } ], "meta": { "page": 1, "per_page": 10, "total": 3 } }
Preview
Loading...
Cancel
Update Mock