# Get US States

Retrieve all available US States

Endpoint: GET /api/countries/us/states
Version: 1.3
Security: sec0

## Header parameters:

  - `Accept` (string)

  - `X-Request-Id` (string)
    This is the correlation ID related to the request.

## Response 200 fields (application/json):

  - `data` (object)

  - `data.states` (array)

  - `data.states.state_code` (string)
    Example: "AL"

  - `data.states.state_name` (string)
    Example: "Alabama"


