{ "opencollection": "1.0.0", "info": { "name": "1Fort API Documentation broker: proposal-preferences API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "broker: proposal-preferences", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Proposal preference", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/broker/:id/proposal-preferences", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this broker agency." } ] }, "docs": "Get or update executive proposal branding for the broker agency.\nOnly agency admins can update proposal preferences." }, { "info": { "name": "Update Proposal preference", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.1fort.com/apis/broker/:id/proposal-preferences", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this broker agency." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get or update executive proposal branding for the broker agency.\nOnly agency admins can update proposal preferences." } ] } ], "bundled": true }