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
Check Offer Creation Eligibility
Optional
GET
/api/v1/offers/creation-prevalidation
Call this endpoint to check if your account is eligible to create offers on the platform before proceeding with full validation parameters.
2
Get Supported Games List
Required
GET
/api/v1/games
Fetch the complete catalog of supported games to obtain the required {gameId} identifier for subsequent steps.
3
Look Up Specific Boosting Parameters
Required
Based on your targeted {gameId}, invoke the following endpoint to harvest boosting categories required to compile a powerleveling offer:
Retrieve standardized powerleveling categories and service options.
➔ Yields:
parentItemId, itemId4
Create Boosting Offer
Final Step
POST /api/v1/offers/powerleveling
Assemble all the mapped values (including parentItemId and itemId) into your structured JSON payload to dynamically create and list your boosting offer.