---
title: "Get states by country"
method: GET
path: "/meta/state/{isoCode}"
tags: ["meta"]
---

# Get states by country

`GET /meta/state/{isoCode}`

Get states by country (public endpoint, no authentication required)

## Path parameters

- `isoCode` string, required

## Response `200`

States selected

- State[]
  - `name` string
  - `iso_code` string
  - `country_code` string
  - `type` integer, nullable

## Other responses

- `404` — Not Found Please verify the Country Iso Code Provided.

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/versions/8503e099b215/schema)
