Medius API
Trident Products - API Endpoint Access
ActiveAvailable Endpoints
GET
/api/health
Health check endpoint to verify API status
GET
/api/products
Retrieve list of all products
GET
/api/products/{id}
Get specific product by ID
POST
/api/products
Create a new product
PUT
/api/products/{id}
Update an existing product
DELETE
/api/products/{id}
Delete a product by ID