{ "opencollection": "1.0.0", "info": { "name": "CircleCI REST API V2 Context API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Circle-Token", "value": "{{Circle-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Context", "type": "folder" }, "items": [ { "info": { "name": "List contexts", "type": "http" }, "http": { "method": "GET", "url": "https://circleci.com/api/v2/context", "params": [ { "name": "owner-id", "value": "", "type": "query" }, { "name": "page-token", "value": "", "type": "query" } ] }, "docs": "List all contexts for an owner." }, { "info": { "name": "Create a context", "type": "http" }, "http": { "method": "POST", "url": "https://circleci.com/api/v2/context", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new context in the specified organization." } ] } ], "bundled": true }