Fullers
  1. Deals
Fullers
  • Customer
    • Auth
      • Login
      • Register
      • Resend OTP
      • Validate OTP
      • Validate OTP Forgot Password
      • Forget Password
      • Reset Password
    • Profile
      • Get Profile
      • Update Profile
      • Upload Avatar Only
      • Change Password
      • Delete Account
    • Payment Methods
      • All
      • Store
      • Confirm Setup Intent
      • Delete
    • Addresses
      • All
      • Store
      • Update
      • Delete
    • Deals
      • Get All Active Deals
        GET
      • Get Deal Details
        GET
      • Get Featured Deals
        GET
      • Get Expiring Soon Deals
        GET
      • Check Deal Availability
        POST
      • GET Get Deal Purchase Details
        GET
    • Coupons
      • Available Coupons
      • Validate Coupon
      • Get Coupon by Code
      • Get My Used Coupons
      • Get Recommended Coupons
    • Restaurants
      • Get Nearby Restaurants
      • Get Restaurant Details
      • Get Restaurant Categories
      • Get Category with Products
      • Get Complete Restaurant Menu
      • Get Products with Restaurant Filter
      • Get Product Details
      • Search Products in Restaurant
      • Get Restaurant Deals
      • Restaurant Search
    • Orders
      • Orders List
      • Create Order
      • Validate Order
      • Get Order Details
      • Cancel Order
      • Confirm Payment
      • Track Order
      • Reorder Previous Order
    • Wishlist
      • Get Wishlist
      • Add to Wishlist
      • Toggle Wishlist Item
      • Remove from Wishlist
      • Remove from Wishlist (by Item)
      • Check Wishlist Status
      • Clear Wishlist
    • Ratings
      • Submit Rating
      • Get Ratings LIst
      • Get Single Rating
      • Get Restaurant Ratings
      • Order Can Be Rated
    • Ads Banners
      • Get Active Banners
      • Get Single Banner
      • Ads Banner Rotation
    • Categories
      • Ads Banner Rotation
    • Payments
      • Create Payment
      • Ads Banner Rotation Copy
      • Ads Banner Rotation Copy
    • Pages
      • Pages Listing
      • Pages by Slug
      • Page by ID
  • Restaurant User
    • Auth
      • Get Restaurants List
      • Register Restaurant User
      • Login
      • Resend OTP
      • Validate OTP
      • Logout
      • Delete Account
      • Forget Password
      • Reset Password
    • Profile
      • Get Profile
      • Update Profile
      • Change Password
      • Upload Avatar
    • Orders
      • Get Orders
      • Get Today's Orders
      • Get Order Statistics
      • Get Order Details
      • Get Order History
      • Ratings
      • Confirm/Accept Order
      • Reject Order
      • Update Order Status
      • Active Orders
    • Stock Manaement
      • List Stock
      • Get stock statistics
      • Get product details
      • Update availability
      • Bulk Update availability
      • List Categories
    • Settings
      • Get Restaurant Setting
      • Update Restaurant Settings
  • Driver
    • Auth
      • Driver Registration
      • Login
      • Resend OTP
      • Validate OTP
      • Logout
      • Delete Account
      • Forget Password
      • Reset Password
    • Profile
      • Get Profile
      • Update Profile
      • Update Driver Documents
      • Status Change
      • Change Password
      • Change Password Copy
    • Driver Status Management
      • Update Driver Status (Online/Offline)
      • Available Deliveries
      • Accept Delivery
      • Get Current Active Delivery
      • Delivery Status
  1. Deals

Get All Active Deals

GET
/api/v1/customer/deals/

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Get Restaurant Categories Copy
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fullers.flamesware.com/api/api/v1/customer/deals/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "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
                    }
                ]
            }
        ]
    }
}
Modified at 2025-09-17 10:07:25
Previous
Delete
Next
Get Deal Details
Built with