---
title: "GET /v1/RatePlans"
method: GET
path: "/v1/RatePlans"
tags: ["WirelessV1RatePlan"]
---

# GET /v1/RatePlans

`GET /v1/RatePlans`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `rate_plans` WirelessV1RatePlan[]
    - `sid` string, nullable — The unique string that we created to identify the RatePlan resource.
    - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RatePlan resource.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `data_enabled` boolean, nullable — Whether SIMs can use GPRS/3G/4G/LTE data connectivity.
    - `data_metering` string, nullable — The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans).
    - `data_limit` integer — The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB.
    - `messaging_enabled` boolean, nullable — Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource).
    - `voice_enabled` boolean, nullable — Deprecated. Whether SIMs can make and receive voice calls.
    - `national_roaming_enabled` boolean, nullable — Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming).
    - `national_roaming_data_limit` integer — The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB.
    - `international_roaming` string[], nullable — The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`.
    - `international_roaming_data_limit` integer — The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.dev/twilio/apis/wireless-v1.md) · [All operations](https://skmtc.dev/twilio/apis/wireless-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/wireless-v1/revisions/f3b4aa48e839/schema)
