---
title: "Fetch Zone"
method: GET
path: "/shipping/zones/{id}"
tags: ["Shipping::Zone"]
---

# Fetch Zone

`GET /shipping/zones/{id}`

Retrieve a zone for a location group

## Path parameters

- `id` string, required

## Response `200`

OK

- ShippingZoneAttributes — Zones
  - `id` integer — Zone ID
  - `public_id` string, nullable — Zone public ID
  - `location_group_id` integer — Location group ID
  - `name` string — Name
  - `address_filter_id` string, nullable — Zone
  - `region_ids` unknown
  - `country_ids` unknown
  - `includes_rest_of_world` boolean, nullable — Includes Rest of the World
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
