CmsWager Integration Document
  • Introduction
  • Before Start
  • Sportsbook UI
    • Integration
    • Window Message Events
  • CmsWager Api
    • Summary
    • Authentication
    • API Reference
      • Login/Register User
      • Freebet and Bonus assignment
    • Errors
  • Client API Reference
    • Summary
    • Api Reference
      • Bet placement
      • Cancelling bets
      • Concluding bets
      • Reopening concluded bets
      • Partial Cashout
      • Insurance
  • Frontend Api (optional)
    • Summary
    • Api Reference
      • Components
        • Top Leagues
        • Prematch Active Sports
        • Prematch Sport Menu
        • Last minute
        • Live now (reduced)
      • Matches
        • Tournament Odds
        • Match Odds
  • Appendix
    • Transaction types
    • Bet Status
    • Bet Type
    • Error Codes
Powered by GitBook
On this page
  1. Frontend Api (optional)

Summary

The frontend api system allows you to create the webapp by yourself using the api provided by Cmswager. Using this system you can omit the development of the "Sportsbook UI". The "CmsWager Api" section must still be developed for client and player authentication.

Most of the methods exposed by the API do not require player authentication. For methods that do require authentication, such as placing a ticket or viewing a bet list, please add the Bearer token authentication, obtained from the Login/Register User section, to the request header.

PreviousInsuranceNextApi Reference

Last updated 4 months ago