Postman Collections
Ready-to-use Postman collections for different integration scenarios
Available Collections
Choose the collection that best fits your integration needs. Each collection includes pre-configured requests, environment variables, and test scripts for automatic token management.
IDCGames GamePanel API - Basic
8.0 KBBasic collection to test IDCGames GamePanel API with Testeama game (ID: 3)
IDCGames GamePanel API - Common
21.0 KBCommon collection to test IDCGames GamePanel API with Testeama game (ID: 3) - Includes authentication, shop, inventory and rewards
IDCGames GamePanel API - Extended
39.9 KBExtended collection to test all IDCGames GamePanel API with Testeama game (ID: 3) - Includes all available endpoints
Collection Details
Basic Collection
Open in PostmanPerfect for quick testing and development setup. Includes authentication, basic user data, and simple API calls.
Features:
- • Third-party login (Sandbox)
- • Token refresh
- • Token validation
- • Basic user stats
Use Cases:
- • Initial API testing
- • Development setup
- • Basic integration verification
Common Collection
Open in PostmanStandard collection for normal game integration. Includes authentication, shop, inventory, stats, and rewards system.
Features:
- • All Basic features
- • Shop and inventory management
- • User statistics system
- • Daily rewards system
- • Stats submission (individual and batch)
Use Cases:
- • Complete game client integration
- • Full feature testing
- • Production-ready implementation
Extended Collection
Open in PostmanComplete game ecosystem integration with advanced features including friends, clans, battle pass, and events.
Features:
- • All Basic features
- • Shop and inventory
- • Friends and clans system
- • Battle pass system
- • Events and rewards
- • User management
Use Cases:
- • Complete game ecosystem
- • Advanced features
- • Full platform integration
Quick Start Guide
Import Collection
Download and import the desired collection into Postman
Set Environment Variables
Configure the base URL and game settings in Postman environment
Start Testing
Run the login request to get tokens, then use other endpoints
API Configuration
Base Configuration
https://gamepanel.idcgames.com/api/v1
Game Configuration
gp_a4f1fe432345c4bd313912f32f1ad1990dc0b035758ff0c684928f76
Integration Examples
Unity Integration
Complete C# examples for Unity with HTTP client and JSON handling
View Unity ExamplesUnreal Engine Integration
C++ examples for Unreal Engine with Blueprint support
View Unreal Examples