v1
latestSwagger 2.02026-08-06291030.8 KBProduct
Get all products
get/v1/product
Response
A list of products for the organization
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"
}
]