{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Leaf Link > Provider Applications Info > Trimble API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Leaf Link > Provider Applications Info > Trimble", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get all Trimble app information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/Trimble", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ] }, "docs": "Leaf Agriculture Get all Trimble app information" }, { "info": { "name": "Leaf Agriculture Get a Trimble app information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/Trimble/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get a Trimble app information" }, { "info": { "name": "Leaf Agriculture Create a Trimble app information", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/Trimble/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaf Agriculture Create a Trimble app information" }, { "info": { "name": "Leaf Agriculture Update a Trimble app information", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/Trimble/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaf Agriculture Update a Trimble app information" }, { "info": { "name": "Leaf Agriculture Delete a Trimble app information", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/Trimble/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Delete a Trimble app information" } ] } ], "bundled": true }