cURL
curl --request GET \ --url https://www.closient.com/products/api/v1/products/ \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "gtin": "<string>", "product_name": "<string>", "country_of_origin": "<string>", "net_content": "<string>", "net_content_uom": "<string>", "is_claimed": true, "data_source": "<string>", "confidence_score": 123, "field_confidence": {}, "brand": "", "manufacturer": "", "description": "", "image_url": "", "category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "net_content_value": 123, "claimed_by_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "length": 123, "length_uom": "", "width": 123, "width_uom": "", "height": 123, "height_uom": "", "depth": 123, "depth_uom": "", "gross_weight": 123, "gross_weight_uom": "", "net_weight": 123, "net_weight_uom": "", "gpc_brick_code": "", "gpc_class_code": "", "gpc_family_code": "", "gpc_segment_code": "" } ], "pagination": { "page": 123, "page_size": 123, "total_count": 123, "total_pages": 123, "has_next": true, "has_previous": true } }
List all products claimed by a specific organization. Requires the organization_id query parameter.
UUID of the organization to list products for.
Page number (1-indexed).
x >= 1
Number of items per page (max 100).
1 <= x <= 100
OK
Show child attributes
{ "has_next": true, "has_previous": false, "page": 1, "page_size": 25, "total_count": 342, "total_pages": 14}