{ "opencollection": "1.0.0", "info": { "name": "Epic Online Services Web Achievements Connect 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": "Connect", "type": "folder" }, "items": [ { "info": { "name": "Look up product user IDs for external accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.epicgames.dev/connect/v1/:deploymentId/users", "params": [ { "name": "deploymentId", "value": "", "type": "path" }, { "name": "externalAccountType", "value": "", "type": "query" }, { "name": "externalAccountId", "value": "", "type": "query" } ] }, "docs": "Look up product user IDs for external accounts" } ] } ], "bundled": true }