cURL
curl --request GET \ --url http://localhost:4000/v1/products \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": { "count": 123, "products": [ { "id": 123, "name": "<string>", "description": "<string>", "price": 123, "contractValue": 123, "accountId": 123, "createdAt": "<string>", "updatedAt": "<string>" } ] } }
List products for the authenticated account
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
1 <= x <= 200
x >= 0
asc
desc
id
name
createdAt
updatedAt
deals
List of products with count
Show child attributes