Usage Alert

Usage alert events are configured to get alert notifications for eSIMs w.r.t their usage of the ongoing package. The platform today delivers two events for the same:

  • The usage shown in these events is in MB.

  • All time_stamp are in UTC

50 % Usage Alert

  • This is triggered when the user has used up 50% of data from the current package they have.

{
  "iccid": "89103000000196XXXXXX",
  "event_type": "USAGE_ALERT",
  "event_timestamp": "2025-06-01T02:21:56.608000Z",
  "data_consumed": 525.01,
  "data_total": 1024,
  "percentage_consumed": 51.27
}

80 % Usage Alert

  • This is triggered when the user has used up 80% of data from the current package they have.

{
  "iccid": "89103000000196235309",
  "event_type": "USAGE_ALERT",
  "event_timestamp": "2025-06-01T02:23:50.290000Z",
  "data_consumed": 825.02,
  "data_total": 1024,
  "percentage_consumed": 80.57
}
ITEM
DESCRIPTION

ICCID

It is the eSIM serial number which is a unique parameter for each eSIM.

EVENT_TYPE

It indicates the type of the event that is being received.

EVENT_TIMESTAMP

It indicates the the time_stamp when that event occured

DATA_CONSUMED

It shows the total data (MB) that has been consumed by the user when this event is triggered

DATA_TOTAL

It shows the total data (MB) which is alloted to the user for the whole package.

PERCENTAGE_CONSUMED

It shows the percentage of the data that has been consumed from the total data pack for an eSIM.

Last updated