{ "opencollection": "1.0.0", "info": { "name": "Bringg Delivery Hub Administration Quotes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://admin-api.bringg.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Get Quotes", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/get_quotes" }, "docs": "Get delivery quotes and availability for a proposed order." } ] } ], "bundled": true }