# Balance Alert

Gigastore is sending the webhook as POST request providing the customers that are running low on eSIM data. The **low data threshold** is set to **100 MB**, so all customers who pass the threshold will appear on the request.

{% hint style="info" %}
Please add your server URL on [Gigastore](https://dent.giga.store/#/api). \
Only **HTTPS** server URLs are allowed.&#x20;
{% endhint %}

### Request Parameters <a href="#response-parameters" id="response-parameters"></a>

| Attribute           | Type     | Info                                 |
| ------------------- | -------- | ------------------------------------ |
| uid                 | string   | 058c8716-47dd-4fc4-be89-00978a86b7c0 |
| iccid               | string   | 89361123300836129514                 |
| imsi                | string   | 260216611193634                      |
| timestamp           | dateTime | 2022-08-21T10:15:30Z                 |
| balanceAmountInByte | long     | 93618231                             |

#### Sample request <a href="#sample-response" id="sample-response"></a>

```
{
    "uid": "058c8716-47dd-4fc4-be89-00978a86b7c0",
    "iccid": "89361123300836129514",
    "imsi": "260216611193634",
    "timestamp": "2022-08-21T10:15:30Z",
    "balanceAmountInByte": 93618231
}
```
