For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network events

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

{
  "account_name": "ABC",
  "account_no": 123456789,
  "eid": "12345611014230000000000000123456",
  "event_code": "VOICE",
  "event_datetime": "2024-01-06T13:38:24.000000Z",
  "event_status": "ACCEPTED",
  "event_status_code": "SO",
  "event_status_reason": "SMS service is allowed for the specific network.",
  "event_type": "LOCATION_UPDATE",
  "iccid": "1234500000003012345",
  "mcc": "238",
  "mnc": "06",
  "rule_details": {
    "name": "NE Test",
    "event": "Network Events",
    "category": "Create stream",
    "parameters": null
  }
}
Item
Description

account_name

Account name

account_no

Account number

eid

EID of the physical eSIM

event_code

  • VOICE: A network authentication event

  • GPRS: Data service authentication event

event_datetime

Time stamp in UTC

event_status

  • ACCEPTED: Authentication request accepted by the network

  • REJECTED: Authentication request rejected by the network

event_status_code

If available from the network provider. Identifies type of service authentication. See here for more details.

event_status_reason

Reason description

event_type

  • LOCATION_UPDATE: Location update events including first network attach event.

iccid

ICCID of the SIM Profile

mcc

Mobile Country Code

mnc

Mobile Network Code

rule_details

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

Last updated

Was this helpful?