curl -X GET "https://api.usegately.com/api/v1/shop/products?category=courses" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "products": [ { "id": "prod_123", "name": "Premium Course", "description": "Learn advanced techniques", "price": 99.00, "currency": "usd", "category": "courses", "is_active": true, "created_at": "2024-01-15T10:30:00Z" } ] }
Get all products for your shop
Was this page helpful?