---
title: "Get Application Geo-Zones"
method: GET
path: "/v1/application-geozones/"
tags: ["Application Geo-Zones"]
---

# Get Application Geo-Zones

`GET /v1/application-geozones/`

## Query parameters

- `imei` string — IMEI of the device that will trigger the webhook
- `locationId` string — Unique identifier of the location associated with the application geozone
- `scheduleId` string — Unique identifier of the schedule associated with the application geozone

## Headers

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

## Response `200`

Returns application geozones

- 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

- `400` — Returns a list of validation errors

---

[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)
