Listar produtos

GET - 200

{
  "total": 100,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "image_min": "https://atendare-static.storage.googleapis.com/web/images/default/product.png",
      "currency_id": 1,
      "id": 1,
      "name": "Nome do produto 1"
    },
    {
      "image_min": "https://atendare-static.storage.googleapis.com/web/images/default/product.png",
      "currency_id": 1,
      "id": 2,
      "name": "Nome do produto 2"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!