{ "opencollection": "1.0.0", "info": { "name": "Bringg Delivery Hub Administration Notes 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": "Notes", "type": "folder" }, "items": [ { "info": { "name": "Create Note", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/create_note" }, "docs": "Create a note attached to a waypoint or order." }, { "info": { "name": "Update Note", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/update_note" }, "docs": "Update an existing note's text." }, { "info": { "name": "Add Note Or POD", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/partner/note-added" }, "docs": "Add a note or proof-of-delivery artifact (photo, signature) to an order." } ] } ], "bundled": true }