> For the complete documentation index, see [llms.txt](https://docs.giga.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giga.store/webhooks/balance-alert.md).

# 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
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.giga.store/webhooks/balance-alert.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
