{ "opencollection": "1.0.0", "info": { "name": "viagogo Account User API", "version": "2.249.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://account.viagogo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.viagogo.net/v2/user", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://account.viagogo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the authenticated user" }, { "info": { "name": "Update the authenticated user", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.viagogo.net/v2/user", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://account.viagogo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update the authenticated user" } ] } ], "bundled": true }