Merchant Registered Webhook

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"
}