---
title: "List all Regions"
method: GET
path: "/regions"
tags: ["Regions"]
---

# List all Regions

`GET /regions`

List all regions and the interfaces that region supports

## Response `200`

Successful response

- object
  - `data` NetappsRegion[]
    - `record_type` string — Identifies the type of the resource.
    - `code` string — A code for the region.
    - `name` string — A name for the region.
    - `supported_interfaces` string[] — List of interface types supported in this region.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.

## Other responses

- `422` — Unexpected error
- `default` — Unexpected error

---

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