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 Bonus By Id

GET /bonus-service/v1/bonuses/{bonus_id}

Headers

Name
Value

Content-Type

application/json

Response

{
    "data": {
        "id": "9ec82f4c-91d4-41e0-bc21-a591c8e26796",
        "title": "testwager",
        "type": "deposit_free",
        "active": true,
        "currency": "USD",
        "date_start": "2025-04-27 00:00:01",
        "date_end": "2025-05-01 23:59:59",
        "weekdays": [
            1,
            2,
            3,
            4,
            5,
            6,
            7
        ],
        "promo_codes": null,
        "is_verify_needed": false,
        "sticky_bonus": false,
        "bonus_claim_period": 10080,
        "enable_bonus_cash_first": false,
        "for_promo": false,
        "referral_promocodes": [],
        "referral_links": [],
        "slug": "testwager",
        "created_at": "2025-04-28 07:44:01",
        "updated_at": "2025-04-28 07:44:01",
        "image": {
            "name": "bonus-icon-clipart-design-illustration-free-png",
            "file_name": "01JSXNMQDY8FG428WDHFW1R7TE.png",
            "mime_type": "image/png",
            "url": "https://cdn.sprutgaming.com/dev/33/01JSXNMQDY8FG428WDHFW1R7TE.png",
            "custom_properties": []
        },
        "wager": "100",
        "wager_show": "100",
        "wager_period": "7",
        "wager_min_cash_to_stop": 1,
        "wager_max_bonus": 1,
        "wager_max_win": 1,
        "max_bet": 1,
        "bonus_amount": 1,
        "applying_type": "player",
        "user_id": "000ba1f7-1efa-4294-9f46-876326ba5c63"
    }
}
PreviousGet Bonus CategoriesNextTournament Service

Last updated 1 month ago