{ "opencollection": "1.0.0", "info": { "name": "Wodify Classes Financials API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Financials", "type": "folder" }, "items": [ { "info": { "name": "Get invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.wodify.com/v1/invoices", "params": [ { "name": "sort", "value": "", "type": "query", "description": "Specifies the order in which the list will be returned." }, { "name": "page", "value": "", "type": "query", "description": "Specifies the page of records to be returned. Defaults to 1." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of records to return per page. Maximum and default are 100." } ] }, "docs": "Returns a paged list of invoices." }, { "info": { "name": "Get invoice by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.wodify.com/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single invoice by its invoice ID." } ] } ], "bundled": true }