Product Report / Webhook

This is a sample webhook that we send to you if there is an update to our Product.


Please keep in mind that you need to set your Webhook URL at our Reseller Portal. Once you update the URL, we will send a test request to your server, and you must return a successful response or you cannot save the URL.

Payload

{
  "data": [
    {
      "code": "MLBB_TEST", // Variant Code
      "name": "Mobile Legends Test Callback Product", // Variant Name
      "isActive": true, // Variant Status
      "price": 100 // Variant Price
    }
  ]
}