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 KB

Basic collection to test IDCGames GamePanel API with Testeama game (ID: 3)

2 endpoints Sep 15, 2025

IDCGames GamePanel API - Common

21.0 KB

Common collection to test IDCGames GamePanel API with Testeama game (ID: 3) - Includes authentication, shop, inventory and rewards

8 endpoints Sep 28, 2025

IDCGames GamePanel API - Extended

39.9 KB

Extended collection to test all IDCGames GamePanel API with Testeama game (ID: 3) - Includes all available endpoints

13 endpoints Sep 28, 2025

Collection Details

Basic Collection

Open in Postman

Perfect 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 Postman

Standard 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 Postman

Complete 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

1

Import Collection

Download and import the desired collection into Postman

2

Set Environment Variables

Configure the base URL and game settings in Postman environment

3

Start Testing

Run the login request to get tokens, then use other endpoints

API Configuration

Base Configuration

Base URL: https://gamepanel.idcgames.com/api/v1
Authentication: Bearer Token (OAuth2)
Content-Type: application/json
Rate Limiting: 1000 req/hour

Game Configuration

Game ID: 3 (Testeama)
Platform: sandbox (for testing)
Secret Token: gp_a4f1fe432345c4bd313912f32f1ad1990dc0b035758ff0c684928f76

Integration Examples

Unity Integration

Complete C# examples for Unity with HTTP client and JSON handling

View Unity Examples

Unreal Engine Integration

C++ examples for Unreal Engine with Blueprint support

View Unreal Examples