{ "opencollection": "1.0.0", "info": { "name": "Mesa Partner Authentication Invoices API", "version": "1.0" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.joinmesa.com/v1/partners/:partnerId/invoices", "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "Your assigned partner id." }, { "name": "sortField", "value": "", "type": "query", "description": "Field to sort by." }, { "name": "sortDirection", "value": "", "type": "query", "description": "Sort direction." }, { "name": "page", "value": "", "type": "query", "description": "1-based page number." }, { "name": "limit", "value": "", "type": "query", "description": "Page size." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List the authenticated user's invoices, paginated and sortable." } ] } ], "bundled": true }