{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Authentication API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "AuthController_login", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/auth/login", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "AuthController_refresh", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/auth/refresh", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AuthController_getProfile", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/auth/profile", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AuthController_getProfile", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/auth/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }