---
title: "오늘도착서비스 배송가능 우편번호 필터"
method: POST
path: "/v1/orderToday/checkZipCodesForToday"
tags: ["2. Validation"]
---

# 오늘도착서비스 배송가능 우편번호 필터

`POST /v1/orderToday/checkZipCodesForToday`

우편번호 목록을 전달하면 오늘도착서비스 배송가능한 우편번호만 반환합니다.

## Request body

- string[]

## Response `200`

성공 - 배송가능한 우편번호 목록

- JFSStringList — 문자열 목록
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` 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)
