Jump to Content
Bringg
Own Fleet GuidesAPI Reference
Log InBringg
Log In

Guidelines

  • Overview
    • About Bringg
    • REST
  • Bringg Services
    • Bringg API Access Management
    • Bringg API Terms and Conditions
  • Bringg Webhooks
  • Bringg Tags
  • Rate Limits / Request Limits

Bringg SDK

  • Bringg SDK Terms of Service
  • Customer SDK for Javascript
  • Customer SDK for Android
  • Customer SDK for iOS
  • Dispatcher SDK
    • Getting Started
    • Initializing a Session
    • Exception Handling
    • Resources
    • Merchants
    • Merchant Configurations
    • Users
    • User Types
    • Teams
    • Tasks
  • Driver SDK for iOS
    • Getting Started
    • loginManager
    • shiftManager
    • tasksManager
    • logReportsManager
    • Resources
  • Driver SDK for Android
    • Getting Started
    • Authentication
    • Shifts
    • Task Flow Handling
    • Inventory Management
    • Observe data and state changes
    • Announcements
    • Clustered tasks

LBS tools

  • Bringg Access Management
  • Useful IT Tools
  • Bringg Device Requirements
  • Bringg Driver App: Permissions & Settings
  • Driver Location

Fleet Self-Registration

  • Bringg API Terms of Service
  • Overview
    • Terminology
    • What Can You Expect From Bringg
    • What Is Expected From You
  • Get Started With Sandbox
  • Conducting End-To-End Test
  • Getting Certified
  • Merchant Adds Your Fleet
  • Webhooks
    • Delivery Created Webhook
    • Delivery Updated Webhook
    • Delivery Cancelled Webhook
    • Get Quote Webhook
    • Merchant Registered Webhook
    • Return Delivery Created
  • API Calls
    • Get Token
    • Assign Driver
    • Start Order
    • Update Driver Location
    • Check In / Driver Arrives to Location
    • Add Note/POD (Proof of Delivery)
    • Check Out / Driver Leaves Location
    • Complete Order
    • Cancel Order
    • Cluster Checkin/Checkout
    • Update Order
    • Get Merchant Credentials
  • Troubleshooting

Merchant Registered Webhook

Suggest Edits

When a merchant adds your fleet to their Bringg account, this webhook will be sent.

The webhook contains the UUID for that merchant. Use this value in the Get Merchant Credentials API call to get the Client ID, Client Secret, API key and endpoints for that merchant.

EXAMPLE PAYLOAD

{
  merchant_uuid: "543432423"
}

Updated almost 3 years ago


What’s Next
  • Get Merchant Credentials
  • Table of Contents
    • EXAMPLE PAYLOAD