---
title: "배송불가지역 조회"
method: GET
path: "/v1/disabledDeliveryArea/{transporterCode}"
tags: ["2. Validation"]
---

# 배송불가지역 조회

`GET /v1/disabledDeliveryArea/{transporterCode}`

택배사에 따른 배송불가지역 조회 - 제공 중단될 수 있음

## Path parameters

- `transporterCode` 'HANJIN', required

## Response `200`

성공

- JFSDisabledDeliveryAreaDTOList — 택배사 배송불가지역 목록 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` DisabledDeliveryAreaDTO[]
    - `zipCode` string — 우편번호
    - `terminalCode` string — 터미널코드
    - `terminalName` string — 터미널명
    - `modifiedDateTime` 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)
