SIM Card Events
{
"type": "sim_card.assigned_to_end_user",
"data": {
"sim_card": {...//Sim Card Model}
},
"created_at": {...//Date Time Model}
}
{
"type": "sim_card.first_usage",
"data": {
"sim_card": {...//Sim Card Model}
},
"created_at": {...//Date Time Model}
}
Last updated