> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Usage Notifications

> Set per-SIM usage thresholds and get notified when SIMs approach their limits.

## Data Limits

Limits can be set at two levels:

| Level     | Set Via                                                                                 | Scope                                                                                                 |
| :-------- | :-------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------- |
| **Group** | [`PATCH /sim_card_groups/{id}`](/api-reference/sim-card-groups/update-a-sim-card-group) | All SIMs in the group share the limit. SIMs exceeding it enter `data_limit_exceeded`. Resets monthly. |
| **SIM**   | [`PATCH /sim_cards/{id}`](/api-reference/sim-cards/update-a-sim-card)                   | Per-SIM `data_limit` override.                                                                        |

## Per-SIM Usage Notifications

Set a threshold on individual SIMs to get notified before they hit their limit.

| Action                                                                                                     | Endpoint                                         |
| :--------------------------------------------------------------------------------------------------------- | :----------------------------------------------- |
| [List Notifications](/api-reference/sim-cards/list-sim-card-data-usage-notifications)                      | `GET /sim_card_data_usage_notifications`         |
| [Create Notification](/api-reference/sim-cards/create-a-new-sim-card-data-usage-notification)              | `POST /sim_card_data_usage_notifications`        |
| [Get Notification](/api-reference/sim-cards/get-a-single-sim-card-data-usage-notification)                 | `GET /sim_card_data_usage_notifications/{id}`    |
| [Update Notification](/api-reference/sim-cards/updates-information-for-a-sim-card-data-usage-notification) | `PATCH /sim_card_data_usage_notifications/{id}`  |
| [Delete Notification](/api-reference/sim-cards/delete-sim-card-data-usage-notifications)                   | `DELETE /sim_card_data_usage_notifications/{id}` |

## Monitoring Consumption

* **Per group** — `GET /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.
