{ "opencollection": "1.0.0", "info": { "name": "MTNID-getInfo", "version": "v1.0" }, "items": [ { "info": { "name": "getInfo", "type": "folder" }, "items": [ { "info": { "name": "Gets the Auth0 user info.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/userinfo", "headers": [ { "name": "mtnid-authorization", "value": "" } ] }, "docs": "This operation returns information from Auth0, decrypting 'services' if needed" } ] } ], "bundled": true }