Skip to main content

Retrieve a list of products

GET 

/products

Retrieve a list of products

Request

Responses

Successfully retrieved the list of products

Schema
  • Array [
  • id uuid
    title string
    image string
    description string
    value number
    quantity int32
    created_at date-time
    updated_at date-time
    category object
    id uuid
    name string
    created_at date-time
    updated_at date-time
  • ]
Loading...