Before publishing or listing account 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 Account Parameters
Based on your targeted
{gameId}, invoke the following endpoints to harvest specific schema attributes required to compile an account offer:/api/v1/games/{gameId}/account/serversGet the game all servers.
📌 Used to get "serverId"/api/v1/games/{gameId}/account/deliveryTimesGet game delivery time list.
📌 Used to get "deliveryGuarantee" -
4
Step 4: Create Account Offer
Assemble all the mapped values (including
serverIdanddeliveryGuarantee) into your structured JSON payload to dynamically create and list your account offer.