{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Integrations API", "version": "1.0" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "api_integrations_allowed_integrators_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/allowed-integrators/", "params": [ { "name": "integrator_type", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_integrations_allowed_integrators_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/integrations/allowed-integrators/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Integrator." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }