---
title: "Create an Application Geo-Zone"
method: POST
path: "/v1/application-geozones/"
tags: ["Application Geo-Zones"]
---

# Create an Application Geo-Zone

`POST /v1/application-geozones/`

## Headers

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

## Request body

- object
  - `events` string[], required — Events that will trigger a webhook
  - `imei` string, required — IMEI of the device that will trigger the webhook
  - `locationId` string, required — Unique identifier of the location to alert on. See [Create a Location](../v1-locations/post)
  - `scheduleId` string — Unique identifier of the schedule for when the geozone is active. See [Create a Schedule](../v1-schedules/post)

## Response `201`

Returns the created 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

- `400` — Returns a list of validation errors
- `404` — Returns a status code of 404 if the device, location, or schedule 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)
