{ "opencollection": "1.0.0", "info": { "name": "Harvest API v2 Clients Expenses API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Expenses", "type": "folder" }, "items": [ { "info": { "name": "List expenses", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/expenses" }, "docs": "List expenses" }, { "info": { "name": "Create an expense", "type": "http" }, "http": { "method": "POST", "url": "https://api.harvestapp.com/v2/expenses" }, "docs": "Create an expense" }, { "info": { "name": "Retrieve an expense", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/expenses/:expense_id", "params": [ { "name": "expense_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an expense" }, { "info": { "name": "Update an expense", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.harvestapp.com/v2/expenses/:expense_id", "params": [ { "name": "expense_id", "value": "", "type": "path" } ] }, "docs": "Update an expense" }, { "info": { "name": "Delete an expense", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.harvestapp.com/v2/expenses/:expense_id", "params": [ { "name": "expense_id", "value": "", "type": "path" } ] }, "docs": "Delete an expense" } ] } ], "bundled": true }