Available Endpoints
API endpoints for products, monitoring, and documentation.
Endpoints for product CRUD operations, health check, and OpenAPI documentation.
Health Check
Endpoint used to verify the API status and ensure the service is running.
| Endpoint | Functionality |
|---|---|
| GET / | API status |
Products – Full CRUD
Endpoints responsible for product management.
| Endpoint | Functionality |
|---|---|
GET /produtos | List all products |
GET /produtos/{id} | Get product by ID |
POST /produtos | Create a new product |
PUT /produtos/{id} | Update an existing product |
DELETE /produtos/{id} | Remove a product |
Documentation and Monitoring
Endpoints responsible for API documentation and monitoring.
| Endpoint | Functionality |
|---|---|
GET /swagger-ui.html | Swagger interface |