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

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
}
Item
Description

account_name

Account name

account_no

Account number

data

Volume of data usage in bytes

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.

PreviousNetwork eventsNextBulk operation status

Last updated 10 months ago

Was this helpful?