{ "opencollection": "1.0.0", "info": { "name": "Pennylane Company Account Change Events API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Change Events", "type": "folder" }, "items": [ { "info": { "name": "Get customer invoice change events", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/customer_invoices/changes", "params": [ { "name": "start_date", "value": "", "type": "query" } ] }, "docs": "Returns the list of changes from the provided start_date (last 4 weeks retained), ordered by processed_at ASC. Requires scope: customer_invoices:readonly or customer_invoices:all." }, { "info": { "name": "Get supplier invoice change events", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/supplier_invoices/changes", "params": [ { "name": "start_date", "value": "", "type": "query" } ] }, "docs": "Get supplier invoice change events" } ] } ], "bundled": true }