{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Leaf User > Provider Credentials > JohnDeere API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Leaf User > Provider Credentials > JohnDeere", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get JohnDeere credentials of the LeafUser", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/users/:leaf_user_id/john-deere-credentials", "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 JohnDeere credentials of the LeafUser" }, { "info": { "name": "Leaf Agriculture Add JohnDeere credentials to the LeafUser", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/usermanagement/api/users/:leaf_user_id/john-deere-credentials", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaf Agriculture Add JohnDeere credentials to the LeafUser" }, { "info": { "name": "Leaf Agriculture Delete JohnDeere credentials of the LeafUser", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/services/usermanagement/api/users/:leaf_user_id/john-deere-credentials", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Delete JohnDeere credentials of the LeafUser" }, { "info": { "name": "Leaf Agriculture Get JohnDeere credentials Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/users/:leaf_user_id/john-deere-credentials/events", "params": [ { "name": "leaf_user_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get JohnDeere credentials Events" } ] } ], "bundled": true }