{ "opencollection": "1.0.0", "info": { "name": "Nimble CRM Contacts Users API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.nimble.com/oauth/authorize", "accessTokenUrl": "https://app.nimble.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Retrieve information about the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://app.nimble.com/api/v1/myself" }, "docs": "Retrieve information about the authenticated user" } ] } ], "bundled": true }