Before publishing or listing powerleveling offers via the API, please follow this step-by-step validation and call sequence to ensure accurate integration parameters.
-
1
Step 1: Check Offer Creation Eligibility (Optional)
Call this endpoint to check if you can create offers on the platform before proceeding with full validation parameters.
-
2
Step 2: Get All Games List
Fetch the complete catalog of supported games to obtain the required
{gameId}identifier for subsequent steps. -
3
Step 3: Look Up Specific Boosting Parameters
Based on your targeted
{gameId}, invoke the following endpoint to harvest boosting categories required to compile a powerleveling offer:/api/v1/games/{gameId}/powerleveling/categoriesGet boosting categories.
📌 Used to get "categoryId" -
4
Step 4: Create Boosting Offer
Assemble all the mapped values (including
categoryId) into your structured JSON payload to dynamically create and list your powerleveling offer.