{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants Me API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "Get authenticated user info", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/me", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get information about the authenticated BearerToken." }, { "info": { "name": "Update authenticated user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v2/me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update the authenticated User." } ] } ], "bundled": true }