{ "opencollection": "1.0.0", "info": { "name": "Invoiced Credit Notes Events API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List account events.", "type": "http" }, "http": { "method": "GET", "url": "https://api.invoiced.com/events", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number for paginated list responses." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of records to return per page (max 100)." }, { "name": "related_to", "value": "", "type": "query", "description": "Filter events to those related to a given object." } ] }, "docs": "List account events." }, { "info": { "name": "Retrieve a specific event.", "type": "http" }, "http": { "method": "GET", "url": "https://api.invoiced.com/events/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The integer identifier of the object." } ] }, "docs": "Retrieve a specific event." } ] } ], "bundled": true }