Skip to main content
GET
/
api
/
v1
/
products
List Products
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/products

Query Parameters

  • per_page (int): Items per page (default 15, max 100)
  • page (int): Page number
  • search (string): Search in name or SKU
  • status (string): active or inactive

Response

Returns data (array of product objects), meta (pagination), links. Product fields include id, name, sku, description, price, quantity, status, created_at, updated_at.