{"message":"BigCommerce Viewer API","version":"1.0.0","endpoints":{"health":{"path":"/health","method":"GET","description":"Health check endpoint"},"orders":{"list":{"path":"/api/orders?env=<environment>&page=<page>&limit=<limit>","method":"GET","description":"Get list of orders"},"detail":{"path":"/api/orders/:id?env=<environment>","method":"GET","description":"Get order details"}},"promotions":{"list":{"path":"/api/promotions?env=<environment>&page=<page>&limit=<limit>","method":"GET","description":"Get list of promotions"},"detail":{"path":"/api/promotions/:id?env=<environment>","method":"GET","description":"Get promotion details"}},"customerGroups":{"list":{"path":"/api/customer-groups?env=<environment>&page=<page>&limit=<limit>","method":"GET","description":"Get list of customer groups"},"detail":{"path":"/api/customer-groups/:id?env=<environment>","method":"GET","description":"Get customer group details"},"customers":{"path":"/api/customer-groups/:id/customers?env=<environment>&page=<page>&limit=<limit>","method":"GET","description":"Get customers in a customer group"}},"customers":{"list":{"path":"/api/customers?env=<environment>&page=<page>&limit=<limit>&email=<email>&firstName=<firstName>&lastName=<lastName>","method":"GET","description":"Get list of customers with optional search filters"},"detail":{"path":"/api/customers/:id?env=<environment>","method":"GET","description":"Get customer details"}}},"environments":["dev","test","stage","prod"],"note":"All endpoints require an env query parameter specifying the environment"}