{ "opencollection": "1.0.0", "info": { "name": "HoneyBook API (Modeled) Clients Proposals 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": "Proposals", "type": "folder" }, "items": [ { "info": { "name": "List proposals for a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/projects/:project_id/proposals", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the parent project." } ] }, "docs": "List proposals for a project" }, { "info": { "name": "Create a proposal (quote + contract + invoice) for a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeybook.com/v1/projects/:project_id/proposals", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique identifier of the parent project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a proposal (quote + contract + invoice) for a project" }, { "info": { "name": "Retrieve a proposal", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/proposals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a proposal" } ] } ], "bundled": true }