Product Report / Webhook
This is a sample webhook that we send to you if there is an update to our Product.
We will send a report to your webhook every time there is an update on our Product. Make sure to whitelist our IP: 178.128.110.75
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
}
]
}