The list endpoint returns all products currently stored in the API. It always responds with HTTP 200, even when the store is empty — in that case,Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ricpalomino/spring-boot/llms.txt
Use this file to discover all available pages before exploring further.
data contains an empty array. You do not need to pass any parameters to call this endpoint.
Request
Response fields
HTTP status code as a string (e.g.,
"200").Human-readable message describing the result. Returns
"Productos obtenidos correctamente" on success.Array of product objects. Each item contains the following fields:
Success response — 200
Empty store response — 200
When no products exist,data is an empty array and the HTTP status is still 200.