{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Authentication API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/auth/session" }, "docs": "Gets the current session. Returns null when no user is logged in." } ] } ], "bundled": true }