Overview

Bringg is a delivery orchestration platform. One of the functions it performs is to act as a hub between customers who deliver food, goods, parcels, etc, but don’t have a fleet of their own, and the external fleets who can carry out these deliveries.

With Fleet Self-Integration, Bringg provides the ability for external fleets to do the necessary integration on their side in order to be connected to the Bringg ecosystem. This consists of listening to Bringg’s webhooks and sending delivery updates via a standard set of API calls.

1256

Requests and Responses

  • Interface is REST-based
  • POST data is application/json
  • Request and response HTTP header “Content-type” is always “application/json”
  • We use normal HTTP status codes
  • Encoding is UTF-8