Skip to main content

Data Limits

Limits can be set at two levels:
LevelSet ViaScope
GroupPATCH /sim_card_groups/{id}All SIMs in the group share the limit. SIMs exceeding it enter data_limit_exceeded. Resets monthly.
SIMPATCH /sim_cards/{id}Per-SIM data_limit override.

Per-SIM Usage Notifications

Set a threshold on individual SIMs to get notified before they hit their limit.
ActionEndpoint
List NotificationsGET /sim_card_data_usage_notifications
Create NotificationPOST /sim_card_data_usage_notifications
Get NotificationGET /sim_card_data_usage_notifications/{id}
Update NotificationPATCH /sim_card_data_usage_notifications/{id}
Delete NotificationDELETE /sim_card_data_usage_notifications/{id}

Monitoring Consumption

  • Per groupGET /sim_card_groups/{id} returns consumed_data.
  • Per SIM — visible in the SIM card detail response.
  • Portal — Settings page shows real-time consumption per group.