# GameBoost API ## Docs - [Add credentials](https://docs.gameboost.com/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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)](/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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 currency offers](https://docs.gameboost.com/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/api-reference/games/list-items-in-a-collection.md): Retrieve all items within a specific collection for a game with optional filtering and sorting. - [API Responses](https://docs.gameboost.com/v2/api-reference/get-started/api-responses.md): Understand response formats, HTTP status codes, and error handling in the GameBoost API - [Authentication](https://docs.gameboost.com/v2/api-reference/get-started/authentication.md): Learn how to authenticate your API requests using Bearer tokens - [Configure Webhooks](https://docs.gameboost.com/v2/api-reference/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/v2/api-reference/get-started/overview.md): Introduction to the GameBoost API v2 - the best way to automate your workflows on GameBoost - [Rate Limiting](https://docs.gameboost.com/v2/api-reference/get-started/rate-limiting.md): Understand API rate limits and learn how to implement exponential backoff strategies - [Getting Support](https://docs.gameboost.com/v2/api-reference/get-started/support.md): We're here to help you succeed with the GameBoost API. Here's how to get assistance - [Add stock to a gift card offer](https://docs.gameboost.com/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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. - [Order dispute created](https://docs.gameboost.com/v2/api-reference/order-dispute-created.md) - [Order dispute updated](https://docs.gameboost.com/v2/api-reference/order-dispute-updated.md) - [Accept an order dispute as seller](https://docs.gameboost.com/v2/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/v2/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/v2/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/v2/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/v2/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/v2/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. - [Order report issued](https://docs.gameboost.com/v2/api-reference/order-report-issued.md) - [Get a payment](https://docs.gameboost.com/v2/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/v2/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/v2/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/v2/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/v2/api-reference/payouts/list-payout-requests.md): Retrieve a paginated list of all payout requests for the authenticated user with filtering and sorting options. - [Account Order Purchased](https://docs.gameboost.com/v2/api-reference/webhooks/account-order-purchased.md): GameBoost notifies you when a customer purchases an account. - [Currency Order Purchased](https://docs.gameboost.com/v2/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/v2/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/v2/api-reference/webhooks/item-order-purchased.md): GameBoost notifies you when a customer purchases an item. - [Order Dispute Created](https://docs.gameboost.com/v2/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/v2/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/v2/api-reference/webhooks/order-report-issued.md): Deprecated. Use order.dispute.created and order.dispute.updated instead. ## OpenAPI Specs - [openapi](https://docs.gameboost.com/openapi.json)