{ "opencollection": "1.0.0", "info": { "name": "Socket alerts telemetry API", "version": "0" }, "items": [ { "info": { "name": "telemetry", "type": "folder" }, "items": [ { "info": { "name": "Get Organization Telemetry Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.socket.dev/v0/orgs/:org_slug/telemetry/config", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the telemetry config of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:" }, { "info": { "name": "Update Telemetry Config", "type": "http" }, "http": { "method": "PUT", "url": "https://api.socket.dev/v0/orgs/:org_slug/telemetry/config", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the telemetry config of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- telemetry-policy:update" } ] } ], "bundled": true }