{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Beta > Operators API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Beta > Operators", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get All Operators", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/beta/api/users/:leaf_user_id/operators", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get All Operators" }, { "info": { "name": "Leaf Agriculture Get An Operator", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/beta/api/users/:leaf_user_id/operators/:operator_id", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "operator_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get An Operator" } ] } ], "bundled": true }