{"service":"api-mock-server","version":"1.1.0","description":"Upload an OpenAPI/Swagger spec and get instant mock API endpoints.","endpoints":{"health":"GET https://api.lazy-mac.com/api-mock-server/health","version":"GET https://api.lazy-mac.com/api-mock-server/version","openapi":"GET https://api.lazy-mac.com/api-mock-server/openapi.json","mcp":"POST https://api.lazy-mac.com/api-mock-server/mcp","create_mock":"POST https://api.lazy-mac.com/api-mock-server/api/v1/mocks","list_mocks":"GET https://api.lazy-mac.com/api-mock-server/api/v1/mocks","get_mock":"GET https://api.lazy-mac.com/api-mock-server/api/v1/mocks/:id","delete_mock":"DELETE https://api.lazy-mac.com/api-mock-server/api/v1/mocks/:id","update_response":"PUT https://api.lazy-mac.com/api-mock-server/api/v1/mocks/:id/response","get_logs":"GET https://api.lazy-mac.com/api-mock-server/api/v1/mocks/:id/logs","serve":"ANY https://api.lazy-mac.com/api-mock-server/api/v1/serve/:mockId/*"},"quickstart":{"step1":"POST https://api.lazy-mac.com/api-mock-server/api/v1/mocks with { \"name\": \"My API\", \"spec\": <OpenAPI JSON> }","step2":"Use the returned baseUrl to make requests to your mock endpoints","step3":"GET /api/v1/mocks/:id/logs to inspect received requests"},"ts":"2026-06-06T04:23:41.894Z"}