Create Mock Endpoint

GET
POST
PUT
DELETE
PATCH

Active Mock Endpoints

GET /api/users
https://mockapi.local/api/users

Test API Endpoint

Response

200 OK
{ "users": [ { "id": 1, "name": "John Doe", "email": "[email protected]", "role": "admin" }, { "id": 2, "name": "Jane Smith", "email": "[email protected]", "role": "user" } ], "total": 2 }