---
title: "GetGeoFences"
method: GET
path: "/channel/{id}/geo-fences"
tags: ["Channels"]
---

# GetGeoFences

`GET /channel/{id}/geo-fences`

Get geo fences

## Path parameters

- `id` string, required

## Response `200`

Success-Response:

- object
  - `geoFences` object[], required — <p>Array of geographical informations corresponding to the specified channel</p>
    - `_id` string
    - `name` string
    - `latitude` number
    - `longitude` number
    - `radius` number

---

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