Overview

API requests related to administrative operations, including game settings, secret info, analytics, and account management.

OperationCode
NameCodeDescription
Change Password Admin AccountchangePasswordAdminAccountChange the password for the currently authenticated administrator.
Create Admin AccountcreateAdminAccountCreate a new administrator account with assigned credentials and permissions.
Create GamecreateGameRegister a new game project and initialize default configuration settings.
Create Secret InfocreateSecretInfoCreate a new secret entry used for storing sensitive data like keys or credentials.
Delete In DatabasedeleteInDatabaseDelete a specific record from the database using its ID and collection type.
Get Admin Account ListgetAdminAccountListReturn a list of all existing administrator accounts in the system.
Get AnalyticsgetAnalyticsRetrieve system analytics data including traffic, platforms, memory usage, and countries.
Get Backup Statistics Leaderboard VersiongetBackupStatisticsLeaderboardVersionRetrieve the available backup versions for leaderboard and statistics data.
Get Event Callback Cloud ScriptgetEventCallbackCloudScriptRetrieve the current CloudScript configuration for event callbacks.
Get Game InformationgetGameInformationFetch complete configuration and metadata for a specified game.
Get Game ListgetGameListRetrieve a list of all games currently registered within the system.
Get Master Game SettingsgetMasterGameSettingsRetrieve the master configuration settings applied globally to all games.
Get Secret Info InformationgetSecretInfoInformationFetch metadata and content of a secret record using its identifier.
Get Secret Info ListgetSecretInfoListReturn a list of all available secret records stored in the system.
Get Server Game DatagetServerGameDataFetch runtime configuration and settings associated with a game server.
Get Server LoggetServerLogRetrieve log entries generated by the backend server.
Get Username Admin AccountgetUsernameAdminAccountFetch the username associated with the currently logged-in admin.
Login By Admin AccountloginByAdminAccountAuthenticate an admin user using username and password credentials.
Remove Admin AccountremoveAdminAccountRemove an existing administrator account from the system.
Reset Statistics LeaderboardresetStatisticsLeaderboardReset all statistics and leaderboard values across all players.
Set Event Callback Cloud ScriptsetEventCallbackCloudScriptDefine or update the CloudScript used to handle events and callbacks.
Set Game InformationsetGameInformationUpdate general metadata and configuration details for a specific game.
Set Master Game SettingssetMasterGameSettingsApply global settings shared across all games in the system.
Set Password Admin AccountsetPasswordAdminAccountSet or reset the password for a specific administrator account.
Set Secret Info InformationsetSecretInfoInformationUpdate information associated with a specific secret record.
Set Secret Key Admin AccountsetSecretKeyAdminAccountAssign or update the secret authentication key for an administrator account.