Usage events

Usage events if received from the network providers will be pushed to the configured endpoint in below format.

{
  "account_name": "ABC",
  "account_no": 123456789,
  "data": 0,
  "direction": "MO",
  "eid": "12345611014230000000000001234567",
  "iccid": "1234042000001312345",
  "mcc": "272",
  "mnc": "05",
  "rule_details": {
    "name": "UR Test",
    "event": "Usage Records",
    "category": "Create stream",
    "parameters": null
  },
  "session_end_time": "2024-01-06T14:22:20.000000Z",
  "session_start_time": "2024-01-06T11:22:14.000000Z",
  "sms": 0,
  "voice": 0
}
ItemDescription

account_name

Account name

account_no

Account number

data

Volume of data usage in kilobytes

sms

Volume of SMS usage. Number of SMSs.

voice

Volume of voice usage in seconds

direction

Direction of usage if available from network provider. - MO - MT

eid

EID of the physical eSIM

iccid

ICCID of the SIM Profile on which usage occurred

mcc

Mobile Country Code of the country where usage occurred

mnc

Mobile Network Code of the network on which usage occurred

rule_details

Details of the rule that is enabled to create the notifications via webhook

session_start_time

Start time of the usage session if received from the network provider.

session_end_time

End time of the usage session if received from the network provider. If not received from provider system will use the timestamp when the event was received.

Last updated