{ "opencollection": "1.0.0", "info": { "name": "CircleCI REST API V2 Context User API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Circle-Token", "value": "{{Circle-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://circleci.com/api/v2/me" }, "docs": "Provides information about the user that is currently signed in." } ] } ], "bundled": true }