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
| Parameter | Type | Required | Description |
|---|---|---|---|
Authorization | String | Yes | Bearer BaseToken (to identify the Agent) |
Accept-Language | String | No | Target response language (e.g., zh-CN, en-US) |
Request Parameters
None
Response Example
json
{
"code": 0,
"msg": "Success",
"data": [
{
"title": "Slots",
"type_key": "SLOTS"
}
]
}