---
title: "Get all wireless regions"
method: GET
path: "/wireless/regions"
tags: ["Wireless Regions"]
---

# Get all wireless regions

`GET /wireless/regions`

Retrieve all wireless regions for the given product.

## Query parameters

- `product` string, required

## Response `200`

A list of wireless regions

- object
  - `data` WirelessRegion[]
    - `code` string, required — The unique code of the region.
    - `inserted_at` string, date-time — Timestamp when the region was inserted.
    - `name` string, required — The name of the region.
    - `updated_at` string, date-time — Timestamp when the region was last updated.

## Other responses

- `404` — Resource not found
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
