🚀 GSH API Dashboard

Manage your Path of Titans API access and monitor usage

Welcome to GSH API Dashboard! Your Discord account has been successfully linked.
Authentication failed. Please try again.

Login with Discord

View your API tokens, usage limits, and request statistics.

Anyone can login to see their API access. Contact an admin to request tokens.


Dashboard Overview

0
Active Tokens
0
Total Requests
Never
Last Request
Free
Current Plan

Welcome to the GSH API Dashboard! Here you can manage your API tokens, monitor usage, and access the Path of Titans data.

🔗 API Endpoints

Base URL: https://pot-api.gsh-servers.com

Authentication: Include your API token in the Authorization header as Bearer YOUR_TOKEN

📡 Available Endpoints:

GET /api/v1/health - API health check
GET /api/v1/version - Current Path of Titans version
GET /api/v1/mods - List all mods
GET /api/v1/mods?search={mod name} - Search mods by name
GET /api/v1/servers - List all servers
GET /api/v1/servers?search={server name} - Search servers by name
GET /api/v1/user/{discordId} - Lookup user by Discord ID or Alderon ID

📋 Example Request:

# Search mods
curl -H "Authorization: Bearer YOUR_TOKEN" \\
     "https://pot-api.gsh-servers.com/api/v1/mods"

🔄 Response Format:

{
  "total": 106,
  "items": [
    {
      "id": 124,
      "sku": "UGC_M_QM5ENGD7D3_SK",
      "name": "Primordial Tyrants: Yutyrannus",
      "description": "Yutyrannus is a support based carnivore that focuses on buffing teammates. Yutyrannus is brought to you by the Primordial Tyrants team.",
      "mount": "PTYutyrannus",
      "authorIdDisplay": "076-108-964",
      "authorDisplayName": "Nautilus",
      "game": "pathOfTitans",
      "imagesIcon": "https://web-cdn.alderongames.com/files/845/conversions/PT_Yuty_mod_icon-icon.jpg",
      "platforms": [
        "windows",
        "macos",
        "linux",
        "ios",
        "android",
        "ps4",
        "ps5",
        "xb1",
        "xsx",
        "switch",
      ],
      "patchNotes": "- Fixed support calls allowing for passive recovery while in combat.",
      "releaseBuildId": 77
}
💡 Tip: Use the search parameter to filter results. Leave empty to get all items.

My API Tokens

Loading tokens...

API Usage

Monitor your API usage and request patterns.

0
Total Requests
0ms
Avg Response Time
0%
Error Rate
Never
Last Request

📊 Usage Details

No usage data available yet. Start making API requests to see your usage statistics!

Admin Panel

Create and manage API tokens for users.

0
Total Users
0
Total Tokens
0
Total Requests
0
Active Tokens

Create New Token

Leave empty for permanent token

All Tokens

Loading tokens...