{ "opencollection": "1.0.0", "info": { "name": "Appcharge Assets Personalization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Personalization", "type": "folder" }, "items": [ { "info": { "name": "Sync player information", "type": "http" }, "http": { "method": "POST", "url": "https://api.appcharge.com/:YOUR_PERSONALIZE_WEBSTORE_ENDPOINT", "headers": [ { "name": "x-publisher-token", "value": "" }, { "name": "signature", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": " This is a callback API. Appcharge calls this endpoint on your server when specific events occur. \n\n Notifies your system to personalize the web store for a player.

Appcharge calls this endpoint when: Your server responds with the most current player data and all available offers for the player. Appcharge then updates the w" } ] } ], "bundled": true }