Waffle API
    Waffle API
    • Overview
    • Authentication
      • Get access token
        POST
      • Refresh token
        POST
      • Revoke token
        POST
    • Game
      • List games
        GET
      • Get loyalty program by ID
        GET
      • Create new game
        POST
      • Update game by ID
        PUT
      • Delete game by ID
        DELETE
    • Ticket
    • Game Account
      • List game accounts
        GET
      • Get game account by ID
        GET
      • Search game accounts
        POST
    • Report
    • Game Service
      • Gen Token
        POST
      • Login
        POST
      • List games
        GET
      • Verify Session
        GET
    • Schemas
      • Game
        • Game
          • Game
          • GameCurrencyTerminology
        • Event
          • GameEvent
          • GameEventsQuery
          • GameEventsSort
          • GameEventsFilter
        • Account
          • GameAccount
          • GameAccountsQuery
          • GameAccountsSort
          • GameAccountsFilter
      • Model
        • Error Response
        • Pagination Response
        • Token
        • AvailableTimeData
        • TimeRange
        • Money

    Authentication

    A JWT is a short lifetime token that can be assigned a specific expiration time.
    The example is as follows:
    SecretKey: XXXXXXX
    Agent Code: XXX
    Modified at 2024-05-08 09:20:04
    Previous
    Overview
    Next
    Get access token
    Built with