Welcome to GameBoost API v2
The GameBoost API v2 provides a powerful REST API for managing your listings, orders, payments and webhooks. Our API enables you to programmatically integrate GameBoost’s functionality into your business tools and workflows.Authentication
Learn how to authenticate your API requests using Bearer tokens
API Responses
Understand response formats, status codes, and error handling
Rate Limiting
Best practices for handling rate limits and exponential backoff
Webhooks
Configure real-time event notifications for your application
Base URL
All API requests should be made to:Make sure to include the
/v2
prefix in your API calls to use the latest version of our API.API Versions
GameBoost currently maintains two API versions:- v2 (Current)
- v1 (Deprecated)
API v2 is the current and recommended version of the GameBoost API. It includes:
- 10x more documentation and examples for faster integration
- 6x more endpoints covering 1 to 1 mapping with our Dashboard
- 4x more webhook events for real-time notifications
- 2x higher rate limits for blazing-fast performance
- Advanced filtering, search, and sorting on all list/paginated endpoints
- Crystal-clear error messages with detailed context and troubleshooting hints
- Rock-solid consistency with unified response formats across all endpoints
All new integrations should use API v2 for the best experience.
v1 Deprecation Notice
Important: API v1 is deprecated and will be discontinued on November 30, 2025.
Getting Support
We’re here to help you succeed with the GameBoost API. Here’s how to get assistance:Documentation and Resources
- API Reference: Complete endpoint documentation with examples
- Updates: Stay updated on API changes and new features via #📯│seller-updates
- Guides: Step-by-step tutorials for common integrations
Support Channels
Technical Support
Technical Support
For bug reports and technical issues with our API:
- Discord: Message us on #🖥│dev-api-talk
- Response Time: Within 1-2 hours during working hours
We only provide support for bugs and technical issues on our side.
For integration questions and implementation help, please refer to our documentation or use AI.
For integration questions and implementation help, please refer to our documentation or use AI.
Partner Dashboard
Partner Dashboard
Access your API keys and manage your integration:
- Dashboard: gameboost.com/dashboard/settings/developers
- Features: API key management, webhook configuration
- Access: Available to all verified partners
Mythic Sellers get access to dedicated support channels and some integration support.
Rate Limits
All API requests are subject to rate limiting to ensure service stability:- Read Operations: 1000 requests per minute
- Write Operations (Global): 500 requests per minute
- Write Operations (Per Resource): 5 requests per minute, 10 requests per hour
Rate limit information is included in response headers. See our Rate Limiting Guide for details on handling rate limits effectively.
Next Steps
1
Get your API key
Visit Settings > Developers to generate your API key.
2
Authenticate your requests
Follow our Authentication Guide to set up Bearer token authentication.
3
Make your first API call
Explore our API Reference to start building your integration.
4
Configure webhooks
Set up webhooks to receive real-time updates.