{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Read Users Me", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/users/me", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Users Me" } ] } ], "bundled": true }