{ "opencollection": "1.0.0", "info": { "name": "TutorCruncher Agents Invoices API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/invoices/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (100 objects per page)." } ] }, "docs": "List invoices" }, { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/invoices/" }, "docs": "Create an invoice" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/invoices/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Retrieve an invoice" }, { "info": { "name": "Take payment for an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/invoices/:id/take-payment/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Charges the client's stored payment method against the invoice." } ] } ], "bundled": true }