---
title: "State Codes"
method: GET
path: "/v1/constants/states"
---

# State Codes

`GET /v1/constants/states`

Use this API to get a list of state codes that you can use in our APIs.

## Query parameters

- `start_after` string
- `start_before` string
- `results_per_page` string

## Response `200`

200

- object
  - `object` string
  - `has_more` boolean
  - `data` object[]
    - `ID` string
    - `Name` string

## Other responses

- `401` — 401

---

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