Skip to content
v1.0.0 (2026-08-15 18:56)

Game Menus & Categories

Overview

  • Description: Fetch the game category navigation menus for the lobby (only includes category information).
  • Authentication: No Member Login Required. However, you must provide a Base Token to identify the Agent. See Authentication for details.

1. GET - Get Game Menus

  • Path: /client/games/menus

Request Header

ParameterTypeRequiredDescription
AuthorizationStringYesBearer BaseToken (to identify the Agent)
Accept-LanguageStringNoTarget response language (e.g., zh-CN, en-US)

Request Parameters

None

Response Example

json
{
  "code": 0,
  "msg": "Success",
  "data": [
    {
      "title": "Slots",
      "type_key": "SLOTS"
    }
  ]
}