Jump to Content
BringgGuidesAPI Reference
GuidesAPI Reference
GuidesAPI ReferenceLog InBringg
Log In

Guidelines

  • Overview
    • About Bringg
    • REST
  • Bringg Services
    • Bringg API Access Management
  • 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
  • Pickup at Store SDK for Android
    • Installation
    • Permission Management
    • Initialization
    • ActiveCustomerActions Interface
    • Customizing the experience
    • Optional: Registering for login live data events
    • Optional: Registering for online live data events
    • Optional: Registering task state live data
    • Example Code
  • Pickup at Store SDK for iOS
    • ActiveCustomerManager

LBS tools

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

Fleet Self-Registration

  • 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 over 2 years ago


What’s Next
  • Get Merchant Credentialsarrow-right
  • Table of Contents
    • EXAMPLE PAYLOAD