{ "opencollection": "1.0.0", "info": { "name": "Shareworks Admin REST Authentication Token Company Integration API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Company Integration", "type": "folder" }, "items": [ { "info": { "name": "POST Company Integration Key", "type": "http" }, "http": { "method": "POST", "url": "https://shareworks.solium.com/rest/admin/v1/company/integration", "headers": [ { "name": "Shareworks-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verifies and Activates a Company Integration Key" } ] } ], "bundled": true }