List Products
curl --request GET \
--url https://{subdomain}.unicyfalcon.com/api/v1/productsProducts
List Products
List all products with pagination
GET
/
api
/
v1
/
products
List Products
curl --request GET \
--url https://{subdomain}.unicyfalcon.com/api/v1/productsQuery Parameters
- per_page (int): Items per page (default 15, max 100)
- page (int): Page number
- search (string): Search in name or SKU
- status (string):
activeorinactive
Response
Returnsdata (array of product objects), meta (pagination), links. Product fields include id, name, sku, description, price, quantity, status, created_at, updated_at.⌘I
