# GameBoost API ## Docs - [API Responses](https://docs.gameboost.com/api/get-started/api-responses.md): Understand response formats, HTTP status codes, and error handling in the GameBoost API - [Authentication](https://docs.gameboost.com/api/get-started/authentication.md): Learn how to authenticate your API requests using Bearer tokens - [Configure Webhooks](https://docs.gameboost.com/api/get-started/configure-webhooks.md): Set up real-time event notifications to keep your application in sync with GameBoost - [API Overview](https://docs.gameboost.com/api/get-started/overview.md): Introduction to the GameBoost API and how to automate your workflows on GameBoost - [Rate Limiting](https://docs.gameboost.com/api/get-started/rate-limiting.md): Understand API rate limits and learn how to implement exponential backoff strategies - [Getting Support](https://docs.gameboost.com/api/get-started/support.md): We're here to help you succeed with the GameBoost API. Here's how to get assistance - [Add credentials](https://docs.gameboost.com/api/reference/account-offer-credentials/add-credentials.md): Bulk add new credentials to a specific account offer. Duplicate credentials within the same account offer are automatically skipped. Only available for non-legacy accounts. - [Bulk delete credentials](https://docs.gameboost.com/api/reference/account-offer-credentials/bulk-delete-credentials.md): Delete multiple credentials from an account offer at once. Sold credentials (already assigned to an order) are skipped. Only available for non-legacy accounts. - [Delete a credential](https://docs.gameboost.com/api/reference/account-offer-credentials/delete-a-credential.md): Delete a single credential from an account offer. Sold credentials (already assigned to an order) cannot be deleted. Only available for non-legacy accounts. - [List credentials](https://docs.gameboost.com/api/reference/account-offer-credentials/list-credentials.md): Retrieve a paginated list of credentials for a specific account offer. Only available for non-legacy accounts (created via the new format endpoint). - [Update a credential](https://docs.gameboost.com/api/reference/account-offer-credentials/update-a-credential.md): Update the content of a single credential on an account offer. Sold credentials cannot be updated. Only available for non-legacy accounts. - [Create an account offer (legacy)](https://docs.gameboost.com/api/reference/account-offers/create-an-account-offer-legacy.md): **Deprecated:** This endpoint uses the legacy credential format (`login`/`password` fields). Use [Create an account offer (new format)](/api/reference/account-offers/create-an-account-offer-new-format) instead, which accepts credentials as an array of strings. - [Create an account offer (new format)](https://docs.gameboost.com/api/reference/account-offers/create-an-account-offer-new-format.md): Create a new account offer using the new credential format where credentials are provided as an array of strings. This endpoint does NOT accept legacy `login`/`password` fields. The created account will use the new credential system, enabling bulk credential management via the credential endpoints. - [Delete an account offer](https://docs.gameboost.com/api/reference/account-offers/delete-an-account-offer.md): Permanently delete an account offer. This action cannot be undone. - [Duplicate an account offer](https://docs.gameboost.com/api/reference/account-offers/duplicate-an-account-offer.md): Create an exact copy of an existing account offer with all its details, credentials, and settings in draft status. - [Get account offer template](https://docs.gameboost.com/api/reference/account-offers/get-account-offer-template.md): Retrieve a game-specific template with all required and optional fields for creating an account offer for the specified game. - [Get an account offer](https://docs.gameboost.com/api/reference/account-offers/get-an-account-offer.md): Retrieve detailed information about a specific account offer including credentials, pricing, and media. - [List account offers](https://docs.gameboost.com/api/reference/account-offers/list-account-offers.md): Retrieve a paginated list of all account offers created by the authenticated seller with filtering and sorting options. - [List an account offer](https://docs.gameboost.com/api/reference/account-offers/list-an-account-offer.md): Change the account offer status to 'listed' making it publicly available for purchase by buyers. - [List game items for an account offer](https://docs.gameboost.com/api/reference/account-offers/list-game-items-for-an-account-offer.md): Retrieve all game items (champions, skins, etc.) associated with this account offer grouped by collection type. - [Unlist an account offer](https://docs.gameboost.com/api/reference/account-offers/unlist-an-account-offer.md): Change the account offer status to 'draft' removing it from public listings and preventing purchases. - [Update an account offer](https://docs.gameboost.com/api/reference/account-offers/update-an-account-offer.md): Update an existing account offer's details including credentials, pricing, description, and images. - [Get an account order](https://docs.gameboost.com/api/reference/account-orders/get-an-account-order.md): Retrieve detailed information about a specific account order including buyer details, credentials, and delivery status. - [List account orders](https://docs.gameboost.com/api/reference/account-orders/list-account-orders.md): Retrieve a paginated list of all account orders (purchases) for the authenticated seller with filtering and sorting options. - [List messages for an account order](https://docs.gameboost.com/api/reference/account-orders/list-messages-for-an-account-order.md): Retrieve all chat messages exchanged between seller and buyer for this account order. - [Send a message to an account order](https://docs.gameboost.com/api/reference/account-orders/send-a-message-to-an-account-order.md): Send a new chat message to the buyer for this account order. Order must be in processing status. - [Update account order credentials](https://docs.gameboost.com/api/reference/account-orders/update-account-order-credentials.md): Update the account credentials for a sold order. Buyer will be notified of the updated credentials automatically. - [Archive a currency offer](https://docs.gameboost.com/api/reference/currency-offers/archive-a-currency-offer.md): Archive a currency offer removing it from active listings. Archived offers can be restored later if needed. - [Create a currency offer](https://docs.gameboost.com/api/reference/currency-offers/create-a-currency-offer.md): Create a new currency offer for sale with game-specific parameters, pricing, stock quantity, and delivery time. - [Get a currency offer](https://docs.gameboost.com/api/reference/currency-offers/get-a-currency-offer.md): Retrieve detailed information about a specific currency offer including pricing, stock availability, and delivery details. - [Get currency offer template](https://docs.gameboost.com/api/reference/currency-offers/get-currency-offer-template.md): Retrieve a game-specific template with all required and optional fields for creating a currency offer for the specified game. - [List a currency offer](https://docs.gameboost.com/api/reference/currency-offers/list-a-currency-offer.md): Change the currency offer status to 'listed' making it publicly available for purchase by buyers. - [List competing offers for a currency offer](https://docs.gameboost.com/api/reference/currency-offers/list-competing-offers-for-a-currency-offer.md): Retrieve a list of other sellers' currency offers competing for the same product. - [List currency offers](https://docs.gameboost.com/api/reference/currency-offers/list-currency-offers.md): Retrieve a paginated list of all currency offers created by the authenticated seller with filtering and sorting options. - [List orders for a currency offer](https://docs.gameboost.com/api/reference/currency-offers/list-orders-for-a-currency-offer.md): Retrieve a paginated list of all orders (purchases) for this specific currency offer with filtering and sorting options. - [Unlist a currency offer](https://docs.gameboost.com/api/reference/currency-offers/unlist-a-currency-offer.md): Change the currency offer status to 'draft' removing it from public listings and preventing new purchases. - [Update a currency offer](https://docs.gameboost.com/api/reference/currency-offers/update-a-currency-offer.md): Update an existing currency offer's details including pricing, stock, description, and delivery information. - [Complete a currency order](https://docs.gameboost.com/api/reference/currency-orders/complete-a-currency-order.md): Mark the currency order as completed after delivering the currency to the buyer. Buyer will be notified automatically. - [Get a currency order](https://docs.gameboost.com/api/reference/currency-orders/get-a-currency-order.md): Retrieve detailed information about a specific currency order including buyer details, quantity, pricing, and delivery status. - [List currency orders](https://docs.gameboost.com/api/reference/currency-orders/list-currency-orders.md): Retrieve a paginated list of all currency orders (purchases) for the authenticated seller with filtering and sorting options. - [List messages for a currency order](https://docs.gameboost.com/api/reference/currency-orders/list-messages-for-a-currency-order.md): Retrieve all chat messages exchanged between seller and buyer for this currency order. - [Send a message to a currency order](https://docs.gameboost.com/api/reference/currency-orders/send-a-message-to-a-currency-order.md): Send a new chat message to the buyer for this currency order. Order must be in processing status. - [Get a game](https://docs.gameboost.com/api/reference/games/get-a-game.md): Retrieve detailed information about a specific game including its services and item collections. - [List games](https://docs.gameboost.com/api/reference/games/list-games.md): Retrieve a list of all active games available on the platform with optional filtering and sorting. - [List item collections for a game](https://docs.gameboost.com/api/reference/games/list-item-collections-for-a-game.md): Retrieve all item collections (types) available for a specific game, such as champions, skins, or roles. - [List items in a collection](https://docs.gameboost.com/api/reference/games/list-items-in-a-collection.md): Retrieve all items within a specific collection for a game with optional filtering and sorting. - [Add stock to a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/add-stock-to-a-gift-card-offer.md): Add key/code strings as deliverable stock to an existing gift card offer. - [Create a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/create-a-gift-card-offer.md): Create a new gift card offer, either from an existing gift card ID or from brand, region, face value and price. - [Delete a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/delete-a-gift-card-offer.md): Permanently delete a gift card offer. - [Get a gift card (catalog entry)](https://docs.gameboost.com/api/reference/gift-card-offers/get-a-gift-card-catalog-entry.md): Retrieve detailed information about a specific gift card catalog entry. - [Get a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/get-a-gift-card-offer.md): Retrieve detailed information about a specific gift card offer. - [List gift card brands](https://docs.gameboost.com/api/reference/gift-card-offers/list-gift-card-brands.md): Retrieve all available gift card brands (e.g. Steam, PlayStation). - [List gift card offers](https://docs.gameboost.com/api/reference/gift-card-offers/list-gift-card-offers.md): Retrieve a paginated list of all gift card offers created by the authenticated seller. - [List gift card regions](https://docs.gameboost.com/api/reference/gift-card-offers/list-gift-card-regions.md): Retrieve all available gift card regions (e.g. countries or areas). - [List gift cards (catalog)](https://docs.gameboost.com/api/reference/gift-card-offers/list-gift-cards-catalog.md): Retrieve a paginated list of gift cards (catalog entries) with optional price range. - [Remove a stock item from a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/remove-a-stock-item-from-a-gift-card-offer.md): Delete a single delivery/key from the offer's stock. - [Update a gift card offer](https://docs.gameboost.com/api/reference/gift-card-offers/update-a-gift-card-offer.md): Update the price of an existing gift card offer. - [Get a gift card order](https://docs.gameboost.com/api/reference/gift-card-orders/get-a-gift-card-order.md): Retrieve detailed information about a specific gift card order. - [List gift card orders](https://docs.gameboost.com/api/reference/gift-card-orders/list-gift-card-orders.md): Retrieve a paginated list of gift card orders for the authenticated seller. - [Archive an item offer](https://docs.gameboost.com/api/reference/item-offers/archive-an-item-offer.md): Archive an item offer removing it from active listings. Archived offers can be restored later if needed. - [Create an item offer](https://docs.gameboost.com/api/reference/item-offers/create-an-item-offer.md): Create a new item offer for sale with game-specific parameters, pricing, stock quantity, and images. - [Get an item offer](https://docs.gameboost.com/api/reference/item-offers/get-an-item-offer.md): Retrieve detailed information about a specific item offer including pricing, stock availability, and media. - [Get item offer template](https://docs.gameboost.com/api/reference/item-offers/get-item-offer-template.md): Retrieve a game-specific template with all required and optional fields for creating an item offer for the specified game. - [List an item offer](https://docs.gameboost.com/api/reference/item-offers/list-an-item-offer.md): Change the item offer status to 'listed' making it publicly available for purchase by buyers. - [List item offers](https://docs.gameboost.com/api/reference/item-offers/list-item-offers.md): Retrieve a paginated list of all item offers created by the authenticated seller with filtering and sorting options. - [List orders for an item offer](https://docs.gameboost.com/api/reference/item-offers/list-orders-for-an-item-offer.md): Retrieve a paginated list of all orders (purchases) for this specific item offer with filtering and sorting options. - [Unlist an item offer](https://docs.gameboost.com/api/reference/item-offers/unlist-an-item-offer.md): Change the item offer status to 'draft' removing it from public listings and preventing new purchases. - [Update an item offer](https://docs.gameboost.com/api/reference/item-offers/update-an-item-offer.md): Update an existing item offer's details including pricing, stock, description, and images. - [Complete an item order](https://docs.gameboost.com/api/reference/item-orders/complete-an-item-order.md): Mark the item order as completed after delivering the items to the buyer. Buyer will be notified automatically. - [Get an item order](https://docs.gameboost.com/api/reference/item-orders/get-an-item-order.md): Retrieve detailed information about a specific item order including buyer details, quantity, pricing, and delivery status. - [List item orders](https://docs.gameboost.com/api/reference/item-orders/list-item-orders.md): Retrieve a paginated list of all item orders (purchases) for the authenticated seller with filtering and sorting options. - [List messages for an item order](https://docs.gameboost.com/api/reference/item-orders/list-messages-for-an-item-order.md): Retrieve all chat messages exchanged between seller and buyer for this item order. - [Send a message to an item order](https://docs.gameboost.com/api/reference/item-orders/send-a-message-to-an-item-order.md): Send a new chat message to the buyer for this item order. Order must be in processing status. - [Accept an order dispute as seller](https://docs.gameboost.com/api/reference/order-disputes/accept-an-order-dispute-as-seller.md): Seller-only: accept the buyer's dispute. If the preferred resolution is a refund, the order is refunded automatically. Otherwise the case is forwarded to GameBoost for final resolution. - [Counter an order dispute as seller](https://docs.gameboost.com/api/reference/order-disputes/counter-an-order-dispute-as-seller.md): Seller-only: respond to the buyer's dispute with a counter-proposal and optional evidence. - [Escalate an order dispute as seller](https://docs.gameboost.com/api/reference/order-disputes/escalate-an-order-dispute-as-seller.md): Seller-only: escalate the dispute to GameBoost for final resolution, optionally attaching evidence. - [Get an order dispute](https://docs.gameboost.com/api/reference/order-disputes/get-an-order-dispute.md): Retrieve detailed information about a specific order dispute including the full event timeline. - [List events for an order dispute](https://docs.gameboost.com/api/reference/order-disputes/list-events-for-an-order-dispute.md): Retrieve the complete chronological event timeline for a specific order dispute. - [List order disputes](https://docs.gameboost.com/api/reference/order-disputes/list-order-disputes.md): Retrieve a paginated list of order disputes for orders where the authenticated user is the seller or buyer. - [Get a payment](https://docs.gameboost.com/api/reference/payments/get-a-payment.md): Retrieve detailed information about a specific payment transaction for the authenticated user. - [Get user balance](https://docs.gameboost.com/api/reference/payments/get-user-balance.md): Retrieve the authenticated user's current balance across all accounts (main, warehouse, store credit) in both EUR and USD. - [List payments](https://docs.gameboost.com/api/reference/payments/list-payments.md): Retrieve a paginated list of all payment transactions for the authenticated user with filtering and sorting options. - [Get a payout request](https://docs.gameboost.com/api/reference/payouts/get-a-payout-request.md): Retrieve detailed information about a specific payout request including method, status, and amounts. - [List payout requests](https://docs.gameboost.com/api/reference/payouts/list-payout-requests.md): Retrieve a paginated list of all payout requests for the authenticated user with filtering and sorting options. - [End seller break](https://docs.gameboost.com/api/reference/seller-breaks/end-seller-break.md): End the current active break session for the authenticated seller. - [List seller breaks](https://docs.gameboost.com/api/reference/seller-breaks/list-seller-breaks.md): Retrieve a paginated history of all break sessions for the authenticated seller with filtering and sorting options. - [Start seller break](https://docs.gameboost.com/api/reference/seller-breaks/start-seller-break.md): Start a new break session for the authenticated seller. - [Account Order Purchased](https://docs.gameboost.com/api/reference/webhooks/account-order-purchased.md): GameBoost notifies you when a customer purchases an account. - [Currency Order Purchased](https://docs.gameboost.com/api/reference/webhooks/currency-order-purchased.md): GameBoost notifies you when a customer places a currency order. - [Gift Card Order Purchased](https://docs.gameboost.com/api/reference/webhooks/gift-card-order-purchased.md): GameBoost notifies you when a customer purchases a gift card. - [Item Order Purchased](https://docs.gameboost.com/api/reference/webhooks/item-order-purchased.md): GameBoost notifies you when a customer purchases an item. - [Order Dispute Created](https://docs.gameboost.com/api/reference/webhooks/order-dispute-created.md): GameBoost notifies you when a customer opens a dispute on one of your orders. - [Order Dispute Updated](https://docs.gameboost.com/api/reference/webhooks/order-dispute-updated.md): GameBoost notifies you whenever a dispute on one of your orders progresses (new event, counter, escalation, admin resolution, or closure). - [Order Report Issued](https://docs.gameboost.com/api/reference/webhooks/order-report-issued.md): Deprecated. Use order.dispute.created and order.dispute.updated instead. - [Fortnite account usage terms](https://docs.gameboost.com/documentation/for-customers/account-usage-terms/fortnite-account-usage-terms.md): What to do after purchasing a Fortnite account and how to protect it. - [General account usage terms](https://docs.gameboost.com/documentation/for-customers/account-usage-terms/general-account-usage-terms.md): Instructions that apply to all game accounts purchased on GameBoost. - [GTA V account usage terms](https://docs.gameboost.com/documentation/for-customers/account-usage-terms/gta-v-account-usage-terms.md): Usage instructions for GTA Online modded accounts on PlayStation, Xbox, and PC. - [League of Legends and Valorant account usage terms](https://docs.gameboost.com/documentation/for-customers/account-usage-terms/league-of-legends-and-valorant-account-usage-terms.md): Email transfer and safety instructions for purchased League of Legends and Valorant accounts. - [Supercell account usage terms](https://docs.gameboost.com/documentation/for-customers/account-usage-terms/supercell-games-account-usage-terms.md): Login and safety instructions for purchased Supercell game accounts. - [Halloween raffle 2025](https://docs.gameboost.com/documentation/for-customers/events/halloween-raffle-2025.md): Rules, eligibility, prize details, and winner selection for the Halloween 2025 raffle. - [March Mania 2026](https://docs.gameboost.com/documentation/for-customers/events/march-mania-2026.md): Rules, eligibility, prize details, and winner selection for March Mania 2026. - [Account credentials not working](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/account-credentials-not-working-what-next.md): What to check first if you can't log in with the credentials you received. - [GameBoost Discord community](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/gameboost-community-discord.md): How to join the official GameBoost Discord and avoid impersonators. - [How to choose a trustworthy seller ](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/how-can-i-know-if-the-seller-is-trustworthy.md): Simple checks to help you pick the right seller and avoid common pitfalls before buying. - [Contact a seller](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/how-do-i-contact-the-seller.md): How to message sellers before or after purchase, and what to do if they don't respond. - [How to Apply and Sell on GameBoost](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/how-do-i-sell.md): This article explains how seller applications work and how to start selling on GameBoost. - [Delivery times](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/how-fast-are-accounts-delivered.md): What affects delivery speed and what to do if your order is delayed. - [Find the right offer](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/how-to-find-the-ideal-offer.md): How to use search, filters, and listing details to choose the right GameBoost offer. - [Is GameBoost legit?](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/is-gameboost-legit.md): How GameBoost protects buyers and sellers through secure payments, verified sellers, and 24/7 support. - [Warranty types](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/what-types-of-warranties-does-gameboost-have.md): Overview of GameBoost warranty coverage and available warranty durations. - [What you can do on GameBoost](https://docs.gameboost.com/documentation/for-customers/frequently-asked-questions/what-you-can-do-on-gameboost.md): Overview of what buyers and sellers can do on the GameBoost marketplace. - [Game key order issues](https://docs.gameboost.com/documentation/for-customers/order-help/game-key-order-issues.md): How to troubleshoot missing, invalid, region-locked, already claimed, or incorrect game keys. - [Receive account login details](https://docs.gameboost.com/documentation/for-customers/order-help/how-do-i-receive-account-information-from-my-seller.md): Where account credentials and delivery instructions appear after purchase. - [Receive your order](https://docs.gameboost.com/documentation/for-customers/order-help/how-do-i-receive-my-order.md): Where to find your order details after checkout and how to access your order page. - [Order disputes](https://docs.gameboost.com/documentation/for-customers/order-help/order-disputes-how-they-work.md): How order disputes work, when to open one, and what evidence to include. - [Fix order issues](https://docs.gameboost.com/documentation/for-customers/order-help/order-issues.md): How to contact the seller, open a dispute, or submit a support ticket for order problems. - [Order on hold](https://docs.gameboost.com/documentation/for-customers/order-help/why-is-my-order-on-hold.md): Why an order may be placed on hold, how verification works, and what to do next. - [Declined card payments](https://docs.gameboost.com/documentation/for-customers/payment-and-refund/declined-card-payments.md): Why card payments may be declined and what to try before contacting support. - [Refund and warranty policy](https://docs.gameboost.com/documentation/for-customers/payment-and-refund/gameboost-refund-and-warranty-policy.md): GameBoost's refund, warranty, and return policy across all supported product categories. - [How to buy on GameBoost](https://docs.gameboost.com/documentation/for-customers/payment-and-refund/how-easy-is-it-to-buy-on-gameboost.md): Step-by-step overview of browsing products, checking out, and completing payment on GameBoost. - [Payment methods](https://docs.gameboost.com/documentation/for-customers/payment-and-refund/payment-methods.md): Payment methods supported by GameBoost and answers to common payment questions. - [Store credit and GB Coins](https://docs.gameboost.com/documentation/for-customers/payment-and-refund/store-credits-and-gb-coins.md): How GameBoost store credit and GB Coins work. - [Account Seller Rules](https://docs.gameboost.com/documentation/for-sellers/account-seller-guide.md): This article covers the rules for listing account offers on GameBoost. These rules apply to all account listings regardless of game or category. - [Withdrawing Partner Earnings](https://docs.gameboost.com/documentation/for-sellers/copy-of-withdrawing-earnings-merged.md): How sellers can withdraw available GameBoost balance. - [Customer Feedback and Ratings](https://docs.gameboost.com/documentation/for-sellers/customer-feedback-and-ratings.md): How seller ratings work and how to handle feedback policy correctly. - [Feedback and Product Requests](https://docs.gameboost.com/documentation/for-sellers/feedback-and-continuous-improvement.md): This article covers how partners can share feedback and request improvements through GameBoost feedback channels. - [GTA V Account Listing Rules](https://docs.gameboost.com/documentation/for-sellers/gta-5-account-listing-rules.md): This article covers the required format and listing rules for GTA V account offers on GameBoost. - [Gift Cards Listing Rules](https://docs.gameboost.com/documentation/for-sellers/how-to-list-gift-cards.md): This article covers how partners can list gift card offers, manage stock, and request missing catalog options. - [How to Offer a Replacement](https://docs.gameboost.com/documentation/for-sellers/how-to-offer-a-replacement-to-customers.md): This article covers how partners should handle account issues and offer replacements or refunds to customers. - [Order and Message Notifications ](https://docs.gameboost.com/documentation/for-sellers/how-to-receive-notifications-about-new-orders-or-messages.md): How sellers can receive notifications for new orders or messages. - [Notification webhook setup](https://docs.gameboost.com/documentation/for-sellers/notifications-partner-guide.md): How partners can configure Discord webhook notifications for GameBoost events. - [GameBoost API documentation](https://docs.gameboost.com/documentation/for-sellers/official-gameboost-api-documentation.md): Where partners can find official GameBoost API documentation. - [Seller Order Disputes Guide](https://docs.gameboost.com/documentation/for-sellers/order-disputes-seller-guide.md): How sellers should respond to order disputes and provide evidence. - [Partner Ranks and Fees](https://docs.gameboost.com/documentation/for-sellers/partner-rank-and-fees.md): How GameBoost partner fees, rank-based account cuts, and completion fees work. - [Pending Balance Guide](https://docs.gameboost.com/documentation/for-sellers/pending-balance.md): How Partner pending balance periods work before earnings become withdrawable. - [Account Offer Ranking](https://docs.gameboost.com/documentation/for-sellers/ranking-system.md): How account offer ranking works on GameBoost. - [General Seller Rules](https://docs.gameboost.com/documentation/for-sellers/seller-guide.md): Marketplace rules that apply to all GameBoost sellers and listings. - [Seller Penalties](https://docs.gameboost.com/documentation/for-sellers/seller-penalties.md): This article explains exactly what penalties exist on GameBoost, why they are given, and how to avoid them. - [How to Optimize Listings](https://docs.gameboost.com/documentation/for-sellers/untitled-page.md): Practical tips for writing better titles, descriptions, and pricing to increase visibility and convert more buyers. - [What to Do If a Buyer Doesn't Respond](https://docs.gameboost.com/documentation/for-sellers/what-to-do-if-a-buyer-doesnt-respond.md): This guide covers what to do when a buyer stops responding after delivery, during an issue, or before delivery. - [Seller Verification & Why It's Required](https://docs.gameboost.com/documentation/for-sellers/why-do-i-need-to-verify-my-id-to-sell.md): Explains the seller verification steps, why verification is required, and which documents you need to complete it. - [Delete your account](https://docs.gameboost.com/documentation/technical-and-account-help/account-deletion.md): How to request deletion of your GameBoost account. - [Get started with GameBoost](https://docs.gameboost.com/documentation/technical-and-account-help/how-to-create-a-gameboost-account.md): How to create your account, log in, and start using GameBoost. - [Report suspicious activity](https://docs.gameboost.com/documentation/technical-and-account-help/reporting-suspicious-activity-or-security-issues.md): How to report suspicious activity, scams, or security concerns to GameBoost. - [Seller FAQ](https://docs.gameboost.com/untitled-page.md): Answers to the most common questions from GameBoost Partners. Covering verification, listings, orders, payouts, and more. ## OpenAPI Specs - [openapi](https://docs.gameboost.com/api/openapi.json)