{ "opencollection": "1.0.0", "info": { "name": "1Fort API Documentation quote: quotes API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "quote: quotes", "type": "folder" }, "items": [ { "info": { "name": "List Business Quotes", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/quotes", "params": [ { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "List all quotes for the business associated with the logged-in user." }, { "info": { "name": "Retrieve Business Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/quotes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ] }, "docs": "Retrieve a quote for the business associated with the logged-in user." }, { "info": { "name": "Download pdf", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/quotes/:id/download-pdf", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ] }, "docs": "Download pdf" } ] } ], "bundled": true }