{ "opencollection": "1.0.0", "info": { "name": "Bringg Delivery Hub Administration Authentication 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": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/partner/get-token" }, "docs": "Exchange partner credentials for an access token used to call Bringg from the partner side." }, { "info": { "name": "Get Merchant Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://us2-admin-api.bringg.com/partner/merchant-credentials" }, "docs": "Retrieve merchant-specific credentials issued by Bringg to the fleet partner." } ] } ], "bundled": true }