{"statusCode":200,"message":"HostMarket API","data":{"version":"0.1.0-alpha","documentation":"/docs","endpoints":[{"method":"GET","path":"/health","description":"Health check"},{"method":"POST","path":"/auth/register","description":"Register new user"},{"method":"POST","path":"/auth/login","description":"Login user"},{"method":"POST","path":"/auth/refresh","description":"Refresh access token"},{"method":"POST","path":"/auth/logout","description":"Logout user (requires auth)"},{"method":"GET","path":"/auth/me","description":"Get user profile (requires auth)"},{"method":"GET","path":"/customer/me","description":"Get extended customer profile (requires auth)"},{"method":"GET","path":"/customer/orders","description":"List customer orders (requires auth)"},{"method":"GET","path":"/customer/orders/:id","description":"Get order detail (requires auth)"},{"method":"GET","path":"/customer/invoices","description":"List customer invoices (requires auth)"},{"method":"GET","path":"/customer/invoices/:id","description":"Get invoice detail (requires auth)"},{"method":"GET","path":"/customer/services","description":"List customer services (requires auth)"},{"method":"GET","path":"/admin/customers","description":"List customers (requires admin)"},{"method":"GET","path":"/admin/customers/:id","description":"Get customer detail (requires admin)"},{"method":"POST","path":"/admin/customers","description":"Create customer (requires admin)"},{"method":"PUT","path":"/admin/customers/:id","description":"Update customer (requires admin)"},{"method":"GET","path":"/admin/orders","description":"List orders (requires admin)"},{"method":"GET","path":"/admin/orders/:id","description":"Get order detail (requires admin)"},{"method":"GET","path":"/admin/invoices","description":"List invoices (requires admin)"},{"method":"GET","path":"/admin/payments","description":"List payments (requires admin)"},{"method":"GET","path":"/admin/webhooks","description":"List webhooks (requires admin)"},{"method":"GET","path":"/admin/webhooks/:id","description":"Get webhook detail (requires admin)"},{"method":"POST","path":"/admin/webhooks","description":"Create webhook (requires admin)"},{"method":"PUT","path":"/admin/webhooks/:id","description":"Update webhook (requires admin)"},{"method":"DELETE","path":"/admin/webhooks/:id","description":"Delete webhook (requires admin)"},{"method":"GET","path":"/admin/webhooks/:id/deliveries","description":"Get webhook deliveries (requires admin)"},{"method":"POST","path":"/admin/webhooks/:id/test","description":"Test webhook (requires admin)"},{"method":"GET","path":"/admin/webhooks-stats","description":"Get webhook stats (requires admin)"},{"method":"GET","path":"/admin/system-status","description":"Get system status and health metrics (requires admin)"}]}}