Deloitte

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.

EndpointFunctionality
GET /API status

Products – Full CRUD

Endpoints responsible for product management.

EndpointFunctionality
GET /produtosList all products
GET /produtos/{id}Get product by ID
POST /produtosCreate 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.

EndpointFunctionality
GET /swagger-ui.htmlSwagger interface

On this page