Get Products
GET https://{{Workspace_name}}.onemessage.chat/api/v1/product
RESPONSES
status: OK
{"records":[{"name":"iPhone 14 Pro","price":1200,"description":"Biggest screen ever","product_category":"hardware","id":2},{"name":"iPhone 14","price":800,"description":"Best ever made","product_category":"hardware","id":1}],"filter_condition":"","filter_id":"","paginator":{"firstPageUrl":"https://workspacedemo.onemessage.chat/api/v1/product?page=1","previousPageUrl":null,"nextPageUrl":null,"lastPageUrl":"https://workspacedemo.onemessage.chat/api/v1/product?page=1","currentPage":1,"total":2,"count":2,"firstItem":1,"lastItem":2,"lastPage":1,"perPage":15,"pageLimit":null}}