Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to the GameBoost API

The GameBoost API is a REST API for managing your listings, orders, payments, and webhooks. Use it to integrate GameBoost 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:
https://api.gameboost.com/v2
Endpoint paths in this documentation are relative to this base URL.

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.