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.
Last updated