Balance Alert

DENT 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.

Please add your server URL on DENT Gigastore. Only HTTPS server URLs are allowed.

Request Parameters

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

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

Last updated