Knowledge Base
Raise a TicketStatus PageIOH LoginWeb shop
ConnectedYou Platform
ConnectedYou Platform
  • 🖥️ConnectedYou Platform
  • User Guide
    • Dashboard
      • Inventory
      • Usage trend
      • Monthly usage summary
      • Top data usage
    • SIM Management
      • SIMs/ eSIMs
        • IMEI lock
        • SIMs Details
          • SIMs - Overview
          • SIMs - Diagnostics
      • SIM Profiles
        • SIM lifecycle
        • SIM-Profile Details
          • SIM-Profile overview
          • SIM-Profile Usage
          • SIM-Profile Diagnostics
        • Tags
    • eUICC Centre
      • Profile Pools
        • Manage Pools
      • Configure eUICC
        • eUICC Details
          • GSMA codes and descriptions
    • Transaction History
      • Transaction details
    • Bulk Actions
      • Tag Management for SIM Cards and SIM Profiles
      • Update User-defined IMEI
      • IMEI Lock Management
      • Bulk Billing Status Change for SIMs/eSIMs and SIM Profiles
    • Automation
      • Rules
      • Rules history
    • Network Activity
      • Usage
      • Diagnostics
        • Network Event Status
    • Reports
    • Exports
      • Usage
      • Access logs
      • Network events
      • Inventory
    • Account
      • Account creation
      • Login
      • Settings
      • Multiple accounts
      • Users
      • Reset password
      • Access logs
  • API Docs
    • APIs Reference
      • Webhooks
        • eUICC transactions
        • eUICC transaction: Audit
        • eUICC change events
        • Network events
        • Usage events
        • Bulk operation status
        • SIM Lifecycle changes
  • SHORTCUTS
    • Getting Started
    • Connectivity
    • SIM/eSIMs
    • Devices
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. API Docs
  2. APIs Reference
  3. Webhooks

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

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

PreviouseUICC change eventsNextUsage events

Last updated 5 months ago

Was this helpful?

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

here