{ "opencollection": "1.0.0", "info": { "name": "1Fort API Documentation quote: clients API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "quote: clients", "type": "folder" }, "items": [ { "info": { "name": "List Quotes by Client", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "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 a specific client of the logged-in broker." }, { "info": { "name": "Retrieve Quote by Client", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes/:id", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ] }, "docs": "Retrieve a quote for a specific client of the logged-in broker." }, { "info": { "name": "Request to bind", "type": "http" }, "http": { "method": "POST", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes/:id/bind", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request to bind" }, { "info": { "name": "Download pdf", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes/:id/download-pdf", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ] }, "docs": "Download pdf" }, { "info": { "name": "Download quote file", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes/:id/download-quote-file/:file_pk", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." }, { "name": "file_pk", "value": "", "type": "path" } ] }, "docs": "Download quote file" }, { "info": { "name": "Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:broker_pk/clients/:client_pk/quotes/:id/invoices", "params": [ { "name": "broker_pk", "value": "", "type": "path" }, { "name": "client_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this quote." } ] }, "docs": "Invoice" }, { "info": { "name": "Create Quote Change Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.1fort.com/apis/clients/:client_pk/quote-change-requests/", "params": [ { "name": "client_pk", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new quote change request for an array of herald quotes." } ] } ], "bundled": true }