Sprutgaming API
  • Welcome
  • Information
    • Authorization
  • Core
    • Media
      • Get Banners By Category
      • Get Gallery By Category
    • Stories
      • Get Story List
    • Site Blocks
      • Get News
        • Get Stock News List
        • Get Bonuses With News
        • Get Slot Templates?
      • Get Sections
      • Get Settings
      • Get Languages List
      • Get FAQ List
      • Get Language by slug
      • Get Site Section List
      • Get Site Section by slug
      • Get SIte Footer
    • Sportbook
      • Open Session
      • Close Session
    • Promocodes
      • Activate Promocode
    • Chat
      • Get Chats List
      • Get Ads
      • Get Rules
      • Get Messages In Chat
      • Send Message
  • Services
    • User Service
      • Authorization
        • Recovery
          • Send Code
          • Verify Code
          • Update
        • Password Reset
          • Send Code
          • Update
        • Confirmation
          • Send Code
          • Verify Code
        • Login
        • Register
        • Refresh Token
        • Me
        • Self Block
        • Update
      • Fingerprint
        • Get Widget
        • Get Balance
        • Get Transactions
      • Ranks
      • Avatars
        • Get Avatars
        • Update User Avatar
        • Remove User Avatar
      • Countries
      • Promocodes
    • Game Service
      • Session
        • 🎮Open Demo Session
        • 🎲Open Real Session
      • Sections
        • 🖇️Get Available Sections
        • 📦Get Games By Section
        • 🎲Get Section By Id
      • Themes
        • 🎨Get Available Themes
        • 📦Get Games By Theme
      • Favourites
        • Get Favourites
        • Add To Favourites
        • Remove From Favourites
      • Casino Games
        • Get last played games
        • Get Casino games List
      • Providers
        • Get Providers List
      • Misc
        • Get Game By UUID
        • Get Last Played Games
      • User Big Wins
    • Wallet Service
      • Exchanger
        • ➡️Get Output Pairs
        • ⬅️Get Input Pairs
      • 👉Prerequisites
      • 🗃️Get Wallets
      • 💲Get Wallet By Currency
      • 🗳️Get Transactions
      • 💱Get Available Currencies
      • True Play
        • Get True Play Balance
        • Get True Play Widget
        • Get True Play Exchange transactions
    • Bonus Service
      • Lucky Spin
        • Get Available Spins
        • Spin
      • Get Available Bonuses
      • Get Active Bonuses
      • Get Bonus History
      • Activate Bonus
      • Cancel Active Bonus
      • Get Bonus Categories
      • Get Bonus By Id
    • Tournament Service
      • Get Tournaments
      • Get Tournament by ID
      • Get Tournament Users
      • Get Tournament Games
      • Get User Tournament History
    • Jackpot Service
      • Get Jackpot Groups
      • Get Jackpot Group
      • Get Jackpot Group Winners History
      • Get Jackpot Group Games
      • Get User Jackpot Win History
    • Achievement Service
      • Get List of Achievement Categories
      • Get List of Achievements
      • Get User Achievement Points
    • Store Service
      • Get Products List
      • Get Product Categories
      • Get User Products
      • Purchase Bonus
    • Loyalty Store Service
    • Notification Service
      • User Notifications
        • Get notifications
        • Read Notifications
        • Read All Notifications
        • Delete Notifications
    • SSO (OAuth2) Service
    • Payment Serive
      • Payment Methods Groups
        • List
        • Get By Id
      • Payment Actions
        • Pay
        • Withdraw
        • Cancel
      • Payment Orders
        • List
      • Aggregate
        • Aggregate by currencies
    • Config Service
      • Settings
        • List Public Settings
Powered by GitBook
On this page
  1. Services
  2. Bonus Service

Get Available Bonuses

GET /bonus-service/v1/bonuses/available

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "data": [
        {
            "id": "9e744a86-f25a-4b32-816b-d49cbe9927eb",
            "title": "Freespin bonus",
            "type": "freespin",
            "active": true,
            "currency": 8,
            "date_start": "2025-03-17 00:00:01",
            "date_end": "2025-03-21 23:59:59",
            "weekdays": [
                1,
                2,
                3,
                4,
                5,
                6,
                7
            ],
            "is_verify_needed": false,
            "created_at": "2025-03-17 14:50:37",
            "updated_at": "2025-03-17 14:50:37",

            "image":     {
                "name": "bonus-icon-clipart-design-illustration-free-png",
                "file_name": "01JQA7S43QQN6R5XD7XN11T2K3.png",
                "mime_type": "image/png",
                "url": "https://cdn.sprutgaming.com/dev/11/01JQA7S43QQN6R5XD7XN11T2K3.png",
                "custom_properties": []
            },
            "wager": "100",
            "wager_show": "10",
            "wager_period": "6",
            "wager_min_cash_to_stop": "10",
            "wager_max_bonus": "0",
            "freespin_max_bonus": "20",
            "wager_max_win": "50",
            "max_bet": "10",
            "deposit_min_amount": "10",
            "freespin_game_id": "0001f8b6-cbb4-4b46-b5ec-91a92c804b25",
            "freespin_amount": "10",
            "freespin_bet_level": "10",
            "applying_type": "player",
            "user_id": "01e1552e-b8cc-4379-8953-7c3d3231c340",
            "freespin_game_identifier": "pragmaticexternal:HotSafari",
            "game": {
                "images": {
                    "236x110": "https://cdn.softswiss.net/i/s1/pragmaticexternal/HotSafari.png",
                    "337x181": "https://cdn.softswiss.net/i/s2/pragmaticexternal/HotSafari.png",
                    "380x380": "https://cdn.softswiss.net/i/s3/pragmaticexternal/HotSafari.png",
                    "190x190": "https://cdn.softswiss.net/i/s4/pragmaticexternal/HotSafari.png",
                    "1600x900": "https://cdn.softswiss.net/b/pragmaticexternal/HotSafari.jpg"
                },
                "game_identifier": "pragmaticexternal:HotSafari",
                "game_id": "0001f8b6-cbb4-4b46-b5ec-91a92c804b25"
            }
        }
    ]
}
PreviousSpinNextGet Active Bonuses

Last updated 1 month ago