{ "opencollection": "1.0.0", "info": { "name": "Epic Online Services Web Achievements 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": "Achievements", "type": "folder" }, "items": [ { "info": { "name": "List achievement definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.epicgames.dev/achievements/v2/:deploymentId/definitions", "params": [ { "name": "deploymentId", "value": "", "type": "path" } ] }, "docs": "List achievement definitions" }, { "info": { "name": "List player achievements", "type": "http" }, "http": { "method": "GET", "url": "https://api.epicgames.dev/achievements/v2/:deploymentId/users/:productUserId/achievements", "params": [ { "name": "deploymentId", "value": "", "type": "path" }, { "name": "productUserId", "value": "", "type": "path" } ] }, "docs": "List player achievements" } ] } ], "bundled": true }