Bringg website screenshot

Bringg

Bringg is a last-mile delivery and fulfillment orchestration platform headquartered in Tel Aviv (founded 2013, CEO Guy Bloch). The Bringg platform combines modular software (Shopping Experience, Plan, Dispatch, Drive, Delivery Experience, Automation Center, Intelligence, Connect) with the Bringg Carrier Network — 250+ pre-integrated third-party, crowdsourced, and autonomous carriers across 70+ countries — to give enterprise retailers and logistics providers a single integration point for orchestrating own-fleet and partner-fleet deliveries. Bringg's developer surface exposes a REST Delivery Hub API for orders/runs/customers/teams/service areas/service plans/delivery slots/blackouts/inventory/packages, a Drivers & Shifts API for users/shifts/delivery-blocks/vehicles, a Fleet Partners API for self-integrated carriers, 50+ outbound webhook event types, and JavaScript/iOS/Android SDKs powering the Dispatcher and Driver apps. All HTTP APIs use OAuth 2.0 Client Credentials Grant against region-specific GCP base URLs (US2/US3/US4, EU2/EU3) — visible on status.bringg.com. Bringg counts 800+ customers including Best Buy, AutoZone, ASDA, Wegmans, FedEx Office, Metro, uBreakiFix, and B&Q, and processes 200 million annual deliveries.

3 APIs 18 Features
Last-Mile DeliveryDelivery OrchestrationFulfillmentLogisticsRetailDispatchRoutingDriver AppCarrier NetworkFleet ManagementSupply ChainE-commerceSame-Day DeliveryCurbside PickupReturns

APIs

Bringg Delivery Hub API

Bringg's REST orchestration API for the Delivery Hub — create and manage orders (tasks), runs (routes), customers, teams, service areas, service plans, planned delivery windows ...

Bringg Drivers And Shifts API

Manage Bringg drivers, user roles, shifts, real-time availability, driver location updates, delivery blocks (shift slots), QR-code-based login, and vehicles with vehicle profile...

Bringg Fleet Partners API

Integration surface for delivery providers and self-integrated fleets connecting to the Bringg Delivery Hub. Partners host webhook endpoints Bringg calls (Delivery Created, Get ...

Collections

GraphQL

Bringg GraphQL Schema

Conceptual GraphQL schema for the [Bringg Delivery Hub API](https://developers.bringg.com/reference/welcome-to-bringgs-api-reference), derived from Bringg's REST API surface: th...

GRAPHQL

Pricing Plans

Bringg Plans Pricing

1 plans

PLANS

Rate Limits

Bringg Rate Limits

5 limits

RATE LIMITS

FinOps

Bringg Finops

FINOPS

Features

Last-mile delivery orchestration across own fleet and third-party fleets in a single platform
Modular product suite — Shopping Experience, Plan, Dispatch, Drive, Delivery Experience
Bringg Connect carrier network with 250+ third-party, crowdsourced, and autonomous carriers across 70+ countries
Automation Center for no-code workflow automation
Intelligence module for dashboards, reporting, and cost/profit/driver-performance insights
REST APIs for orders, runs, drivers, vehicles, service areas, service plans, planned delivery windows, blackouts, packages, inventory, floating inventory
50+ outbound webhook event types covering order, driver, run, customer, waypoint, and inventory lifecycle
OAuth 2.0 Client Credentials Grant authentication with configurable token TTLs (default 30 min write, 4 hr read)
Regional deployments on Google Cloud Platform (US2, US3, US4, EU2, EU3) with per-region status and billing
JSONL bulk upload pipeline (prepare/upload/process/results) for large data loads
Bringg Driver App (iOS, Android) with offline support, geofence-powered visibility, and configurable workflows
Bringg Dispatcher web app and JavaScript SDK for embedded dispatch UX
Bringg Services — tokenless, GUID-based URLs for limited merchant operations without auth
Quotes and Availability API for multi-carrier quoting before order placement
Recurring orders, delivery blocks, vehicle profiles, parking spots, and service-area polygons
Statuspage at status.bringg.com with per-region component status across 13 components (Auth, API, Customer Experience, Delivery Partners, Dispatch, Driver App, Geolocation, Infrastructure, Inventory, Notifications, Planning, Reporting, Billing)
Used by enterprise retailers including Best Buy, AutoZone, ASDA, Wegmans, FedEx Office, Metro, uBreakiFix, and B&Q
800+ customers and 200 million annual deliveries

Integrations

{"category" => "Carriers and crowdsourced fleets", "examples" => ["DoorDash", "Postmates", "Uber", "Lyft", "Glovo", "Bringg Carrier Network 250+"]}
{"category" => "OMS / ERP", "description" => "REST APIs and webhooks for OMS/ERP synchronization."}
{"category" => "eCommerce", "description" => "Order intake and shopping-experience integration."}
{"category" => "WMS / TMS", "description" => "Warehouse and transportation system integration."}

Solutions

Retail Same-Day Delivery

Enable same-day, scheduled, and curbside fulfillment for enterprise retailers.

Returns

Orchestrate return pickups and reverse logistics.

Carrier Network Access

Plug into 250+ pre-integrated third-party fleets through a single integration.

Driver Productivity

Equip drivers with the Bringg Driver App, optimized routes, and geofence-aware workflows.

Event Specifications

Bringg Webhooks

Bringg sends server-to-server webhook callbacks to subscriber URLs when events occur on orders, drivers, runs, customers, and waypoints. Bringg retries failed deliveries three t...

ASYNCAPI

Semantic Vocabularies

Bringg Context

24 classes · 0 properties

JSON-LD

API Governance Rules

Bringg API Rules

5 rules · 2 errors 3 warnings

SPECTRAL

JSON Structure

Bringg Order Structure

8 properties

JSON STRUCTURE

Example Payloads

Bringg Create Task Example

2 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🔑
Authentication
Authentication
💻
ErrorCodes
ErrorCodes
🔗
Webhooks
Webhooks
🔗
Webhooks
Webhooks
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
📄
ChangeLog
ChangeLog
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
🔗
KnowledgeBase
KnowledgeBase
📰
Blog
Blog
🌐
Portal
Portal
🌐
Portal
Portal
🌐
Portal
Portal
📦
SDKs
SDKs
📦
SDKs
SDKs
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
📝
Signup
Signup
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Bringg Fleet Partners (Self-Integrated Fleets) 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://app.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://app.bringg.com/partner/merchant-credentials
    docs: Retrieve merchant-specific credentials issued by Bringg to the fleet partner.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Request Driver
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/request-driver
    docs: Create a delivery request from a merchant or third-party system asking the partner to fulfill an order.
  - info:
      name: Cancel Order
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/cancel-order
    docs: Cancel a delivery order at the partner side.
  - info:
      name: Complete Order
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/complete-order
    docs: Notify Bringg the partner has completed the delivery.
  - info:
      name: Update Order
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/update-order
    docs: Update order status, driver, or other fields from the partner side.
  - info:
      name: Start Order
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/start-order
    docs: Indicate the partner driver has started an order.
- info:
    name: Waypoints
    type: folder
  items:
  - info:
      name: Check In / Driver Arrived To Location
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/check-in
    docs: Partner driver arrived at a waypoint.
  - info:
      name: Check Out / Driver Left Location
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/check-out
    docs: Partner driver left a waypoint.
  - info:
      name: Cluster Check-in / Check-out
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/cluster-checkin-checkout
    docs: Indicate multiple bulk arrival or departure events for clustered orders.
- info:
    name: Drivers
    type: folder
  items:
  - info:
      name: Assign Driver
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/driver-is-assigned-to-order
    docs: Notify Bringg a partner driver has been assigned to an order.
  - info:
      name: Update Driver Location
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/update-driver-location
    docs: Partner pushes driver GPS coordinates to Bringg.
  - info:
      name: Driver Location
      type: http
    http:
      method: GET
      url: https://app.bringg.com/partner/driver-location
    docs: Retrieve current driver location.
- info:
    name: Notes
    type: folder
  items:
  - info:
      name: Add Note Or POD
      type: http
    http:
      method: POST
      url: https://app.bringg.com/partner/note-added
    docs: Add a note or proof-of-delivery artifact (photo, signature) to an order.
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: Delivery Created Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/delivery-created
    docs: Bringg notifies the partner of a new delivery to fulfill.
  - info:
      name: Get Quote Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/get-quote
    docs: Bringg requests a delivery quote (price and ETA) from the partner.
  - info:
      name: Delivery Updated Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/order-updated
    docs: Bringg notifies the partner an order has been updated.
  - info:
      name: Delivery Cancelled Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/order-cancelled
    docs: Bringg notifies the partner an order has been cancelled.
  - info:
      name: Merchant Registered Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/merchant-registered
    docs: Bringg notifies the partner a new merchant has subscribed to the partner's fleet.
  - info:
      name: Return Delivery Created Webhook
      type: http
    http:
      method: POST
      url: https://app.bringg.com/webhooks/return-delivery-created
    docs: Bringg notifies the partner of a return delivery to pick up.
bundled: true