Safety Supplies API

This is the backend API for Safety Supplies. The API endpoints are available at /api/...

API Endpoints

Product Endpoints

GET /api/v2/products - Get all products

GET /api/v2/products/:id - Get product details

GET /api/v2/products/search - Search products

Category Endpoints

GET /api/v2/categories - Get all categories

GET /api/v2/categories/:slug - Get category by slug

GET /api/v2/categories/:slug/products - Get products by category

Brand Endpoints

GET /api/v2/brands - Get all brands

GET /api/v2/brands/:slug - Get brand by slug

For full API documentation, please check with the development team.