v1

latestSwagger 2.02026-08-06291030.8 KB
Product

Get all products

get/v1/product

Response

A list of products for the organization

idinteger
namestring
pricenumber
created_onstring date-time
last_updated_onstring date-time

Example response

[
  {
    "id": 123,
    "name": "Sample Product",
    "price": 19.99,
    "created_on": "2024-01-15T10:00:00Z",
    "last_updated_on": "2024-02-01T09:30:00Z"
  }
]