{ "opencollection": "1.0.0", "info": { "name": "Bringg Delivery Hub Administration Service Areas 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": "Service Areas", "type": "folder" }, "items": [ { "info": { "name": "Create Service Area", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/create_service_area" }, "docs": "Create a service area defined by a polygon." }, { "info": { "name": "Update Service Area", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/update_service_area" }, "docs": "Update an existing service area." }, { "info": { "name": "Get Service Area", "type": "http" }, "http": { "method": "GET", "url": "https://us2-admin-api.bringg.com/services/get_service_area" }, "docs": "Get a service area by id." }, { "info": { "name": "Get Service Areas", "type": "http" }, "http": { "method": "GET", "url": "https://us2-admin-api.bringg.com/services/get_service_areas" }, "docs": "List all service areas." }, { "info": { "name": "Delete Service Area", "type": "http" }, "http": { "method": "DELETE", "url": "https://us2-admin-api.bringg.com/services/delete_service_area" }, "docs": "Delete a service area." }, { "info": { "name": "Assign Team To Service Area", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/create_team_service_area" }, "docs": "Assign one or more teams to a service area." }, { "info": { "name": "Get Team Service Areas", "type": "http" }, "http": { "method": "GET", "url": "https://us2-admin-api.bringg.com/services/get_teams_service_areas" }, "docs": "Get the team-service-area coupling." }, { "info": { "name": "Update Team Service Area", "type": "http" }, "http": { "method": "POST", "url": "https://us2-admin-api.bringg.com/services/update_team_service_area" }, "docs": "Update teams assigned to a service area." } ] } ], "bundled": true }