---
title: "Lookup Zip Code"
method: GET
path: "/api/address/lookup-zip/{zip_code}"
tags: ["address"]
---

# Lookup Zip Code

`GET /api/address/lookup-zip/{zip_code}`

Lookup city and state by ZIP code using AWS Amazon Location Service.

Args:
    zip_code: 5-digit US ZIP code
    
Returns:
    City and state for the ZIP code

## Path parameters

- `zip_code` string, required

## Response `200`

Successful Response

- ZipLookupResponse
  - `success` boolean, required
  - `result` object, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
