---
title: "Get Application Geo-Zone By ID"
method: GET
path: "/v1/application-geozones/{applicationGeozoneId}"
tags: ["Application Geo-Zones"]
---

# Get Application Geo-Zone By ID

`GET /v1/application-geozones/{applicationGeozoneId}`

## Path parameters

- `applicationGeozoneId` string, required

## Headers

- `Authorization` string — User access token
- `Content-Type` 'application/json'

## Response `200`

Returns an application geozone

- object
  - `id` string, required — Unique identifier
  - `imei` string, required — IMEI of the device that will trigger the webhook
  - `events` string[], required — Events that will trigger a webhook
  - `locationId` string, required — Unique identifier of the location to alert on
  - `scheduleId` string — Unique identifier of the schedule for when the geozone is active

## Other responses

- `404` — Responds with a status code of 404 if an application geozone could not be found

---

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