{ "opencollection": "1.0.0", "info": { "name": "HoneyBook API (Modeled) Clients Invoices API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.honeybook.com/oauth/authorize", "accessTokenUrl": "https://api.honeybook.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices for a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/projects/:project_id/invoices", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the parent project." } ] }, "docs": "List invoices for a project" }, { "info": { "name": "Create an invoice for a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeybook.com/v1/projects/:project_id/invoices", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the parent project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice for a project" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve an invoice" } ] } ], "bundled": true }