curl --location --request GET 'https://fullers.flamesware.com/api/api/v1/customer/deals/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Category details",
"data": {
"id": 1,
"restaurant_id": 1,
"name": "Pizzas",
"slug": "pizzas",
"description": "Authentic wood-fired pizzas with fresh ingredients",
"image": "categories/pizzas.jpg",
"is_active": true,
"sort_order": 1,
"deleted_at": null,
"created_at": "2025-08-27T14:10:37.000000Z",
"updated_at": "2025-08-27T14:10:37.000000Z",
"active_products": [
{
"id": 1,
"restaurant_id": 1,
"category_id": 1,
"title": "Margherita Pizza",
"slug": "margherita-pizza",
"description": "Classic pizza with fresh tomatoes, mozzarella, and basil. Made in our signature wood-fired oven.",
"price": "18.99",
"discount_price": null,
"ingredients": [
"Pizza dough",
"Tomato sauce",
"Fresh mozzarella",
"Fresh basil",
"Extra virgin olive oil",
"Sea salt"
],
"image": "products/margherita-pizza.jpg",
"gallery": [
"products/margherita-1.jpg",
"products/margherita-2.jpg"
],
"is_vegetarian": true,
"is_vegan": false,
"is_gluten_free": false,
"preparation_time": 25,
"is_available": true,
"is_featured": true,
"sort_order": 1,
"average_rating": "0.00",
"total_reviews": 0,
"total_orders": 0,
"deleted_at": null,
"created_at": "2025-08-27T14:10:37.000000Z",
"updated_at": "2025-08-27T14:10:37.000000Z",
"available_variants": [
{
"id": 1,
"product_id": 1,
"name": "Small (10\")",
"price": "0.00",
"description": null
},
{
"id": 2,
"product_id": 1,
"name": "Medium (12\")",
"price": "4.00",
"description": null
},
{
"id": 3,
"product_id": 1,
"name": "Large (14\")",
"price": "8.00",
"description": null
}
],
"available_addons": [
{
"id": 1,
"product_id": 1,
"name": "Extra Cheese",
"price": "2.50",
"description": null
},
{
"id": 2,
"product_id": 1,
"name": "Mushrooms",
"price": "1.50",
"description": null
},
{
"id": 3,
"product_id": 1,
"name": "Pepperoni",
"price": "3.00",
"description": null
}
]
},
{
"id": 2,
"restaurant_id": 1,
"category_id": 1,
"title": "Pepperoni Supreme",
"slug": "pepperoni-supreme",
"description": "Loaded with pepperoni, mushrooms, and green peppers",
"price": "22.99",
"discount_price": "19.99",
"ingredients": [
"Pizza dough",
"Tomato sauce",
"Mozzarella cheese",
"Pepperoni",
"Mushrooms",
"Green peppers"
],
"image": "products/pepperoni-supreme.jpg",
"gallery": null,
"is_vegetarian": false,
"is_vegan": false,
"is_gluten_free": false,
"preparation_time": 30,
"is_available": true,
"is_featured": false,
"sort_order": 2,
"average_rating": "0.00",
"total_reviews": 0,
"total_orders": 0,
"deleted_at": null,
"created_at": "2025-08-27T14:10:37.000000Z",
"updated_at": "2025-08-27T14:10:37.000000Z",
"available_variants": [
{
"id": 4,
"product_id": 2,
"name": "Small (10\")",
"price": "0.00",
"description": null
},
{
"id": 5,
"product_id": 2,
"name": "Large (14\")",
"price": "8.00",
"description": null
}
],
"available_addons": [
{
"id": 4,
"product_id": 2,
"name": "Extra Pepperoni",
"price": "3.50",
"description": null
},
{
"id": 5,
"product_id": 2,
"name": "Extra Cheese",
"price": "2.50",
"description": null
}
]
}
]
}
}