curl "https://api.genlook.app/tryon/v1/products?limit=10" \ -H "x-api-key: gk_your_api_key"
{ "items": [ { "id": "cm8abc123def", "externalId": "product-001", "title": "Classic Blue T-Shirt", "description": "A comfortable cotton t-shirt in navy blue", "images": [ { "id": "img_001", "sourceUrl": "https://example.com/tshirt.jpg", "order": 0 } ], "createdAt": "2026-03-01T12:00:00.000Z" } ], "nextCursor": null, "hasMore": false, "count": 1 }
List all products registered to your account
nextCursor
null
Was this page helpful?