{ "opencollection": "1.0.0", "info": { "name": "Bringg Delivery Hub Administration Planned Routes 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": "Planned Routes", "type": "folder" }, "items": [ { "info": { "name": "Create Planned Route Identifier", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/create_planned_route" }, "docs": "Create a named planned-route identifier." }, { "info": { "name": "Update Planned Route Identifier", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/update_planned_route" }, "docs": "Update a planned route identifier." } ] } ], "bundled": true }