{ "opencollection": "1.0.0", "info": { "name": "Epic Online Services Web Achievements PlayerDataStorage API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.epicgames.dev/auth/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "PlayerDataStorage", "type": "folder" }, "items": [ { "info": { "name": "Download a player data file", "type": "http" }, "http": { "method": "GET", "url": "https://api.epicgames.dev/player-data-storage/v1/:deploymentId/file/:filename", "params": [ { "name": "deploymentId", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" } ] }, "docs": "Download a player data file" }, { "info": { "name": "Upload a player data file", "type": "http" }, "http": { "method": "PUT", "url": "https://api.epicgames.dev/player-data-storage/v1/:deploymentId/file/:filename", "params": [ { "name": "deploymentId", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" } ] }, "docs": "Upload a player data file" }, { "info": { "name": "Delete a player data file", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.epicgames.dev/player-data-storage/v1/:deploymentId/file/:filename", "params": [ { "name": "deploymentId", "value": "", "type": "path" }, { "name": "filename", "value": "", "type": "path" } ] }, "docs": "Delete a player data file" } ] } ], "bundled": true }