List products

GET {{api-server}}/:token/{{api-version}}/products

This API endpoint is used to list the product references along with the count of the assigned assets.

HEADERS

KeyDatatypeRequiredDescription
X-Filerobot-KeystringFilerobot API key
Content-Typestring

RESPONSES

status: OK

{"status":"success","products":[{"ref":"1499","stats":{"count_assets":1,"count_images":1}},{"ref":"GH452354","stats":{"count_assets":1,"count_images":1}},{"ref":"SKU123","stats":{"count_assets":1,"count_images":1}}],"api_version":{"hash":"4c7a05114bc94b67a0f94aea62b2b06d0a9c72d6","datetime":"2023-07-28T14:59:54+07:00"}}