cURL
curl --request GET \ --url https://api-dev.iclosed.io/products/ \ --header 'Authorization: Bearer <token>'
{ "count": 25, "data": [ { "id": 1, "name": "Consultation Package", "description": "Initial consultation service", "price": 150, "contractValue": 1500, "createdAt": "2024-01-15T10:30:00Z" } ] }
Retrieving Products
API key required in 'Authorization' header. Format: iclosed-
Filter products by name
Filter products by type
Page number for pagination (0-based)
x >= 0
Number of records per page (max 50)
1 <= x <= 50
Products retrieved successfully
Total number of products matching the filters
Array of products for the current page
Show child attributes