---
title: "오늘도착서비스 가능 우편번호 조회"
method: GET
path: "/v1/orderToday/zipcodeList"
tags: ["2. Validation"]
---

# 오늘도착서비스 가능 우편번호 조회

`GET /v1/orderToday/zipcodeList`

오늘도착서비스 가능 전체 우편번호 리스트

## Query parameters

- `area1` '서울특별시' | '경기도' | '인천광역시', required

## Response `200`

성공

- JFSTms3ZipcodeDTO — 오늘도착 배송가능 우편번호 정보 조회 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` Tms3TodayZipcodeDTO
    - `zipcode` string — 우편번호
    - `area2` string — 구군
    - `area3` string — 동
  - `responseDateTime` string, date-time — 응답 서버 시간

---

[API](https://skmtc.dev/homepick/apis/homepick-api.md) · [All operations](https://skmtc.dev/homepick/apis/homepick-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/homepick/homepick-api/revisions/c6a379f962c8/schema)
