{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Flow Key API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flow Key", "type": "folder" }, "items": [ { "info": { "name": "Get the Flow Key for an organization", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/flow_key", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ] }, "docs": "Get the Flow Key for an organization." } ] } ], "bundled": true }