{ "opencollection": "1.0.0", "info": { "name": "GoodLeap Developer Authorization & Elevation Management Project Management API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Management", "type": "folder" }, "items": [ { "info": { "name": "Projects Types Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans/:id/project-types", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "inputs", "value": "", "type": "query" }, { "name": "validation", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the loan's projects types." }, { "info": { "name": "Loan Project Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans/:id/project", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the loan's project details." }, { "info": { "name": "Loan Projects Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans/:id/projects", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the loan's project details." }, { "info": { "name": "Update Projects Info", "type": "http" }, "http": { "method": "PUT", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans/:id/projects", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a loan’s projects information." }, { "info": { "name": "Project Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/categories/:id/components", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of components with approved manufacturers." } ] } ], "bundled": true }