---
title: "POST /trackers/"
method: POST
path: "/trackers/"
tags: ["trackers"]
---

# POST /trackers/

`POST /trackers/`

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- Tracker
  - `id` string, uuid, required
  - `url` string, uri, required
  - `account` string, uri, required
  - `tasks` string[], required
  - `active_from` string, date-time, nullable
  - `active_until` string, date-time, nullable
  - `queued_states` TaskStateEnum[]
  - `active_states` TaskStateEnum[]
  - `show_driver_info` boolean
  - `show_destination` boolean
  - `show_eta` boolean
  - `show_sms_action` boolean
  - `show_call_action` boolean
  - `show_logo` boolean
  - `show_path` boolean
  - `show_predicted_delivery` boolean
  - `autozoom` boolean
  - `max_zoom_level` integer, nullable
  - `tracking_page_url` string, uri, required
  - `reviews_allowed` boolean
  - `reviewed_at` string, date-time, required
  - `created_by` string, uri, required

## Response `201`

## Changes

- **2026-07-13** `2557a8fec764` — 2 info
  - media type `application/json; version=2.4.12` was changed to `application/json; version=2.4.13` for the response status `201`
  - media type `application/xlsx; version=2.4.12` was changed to `application/xlsx; version=2.4.13` for the response status `201`
- **2022-10-13** `b89c1b3e6d09` — 2 info
  - media type `application/json; version=2.4.11` was changed to `application/json; version=2.4.12` for the response status `201`
  - media type `application/xlsx; version=2.4.11` was changed to `application/xlsx; version=2.4.12` for the response status `201`
- **2022-09-20** `2823b16250b7` — 2 info
  - media type `application/json; version=2.4.10` was changed to `application/json; version=2.4.11` for the response status `201`
  - media type `application/xlsx; version=2.4.10` was changed to `application/xlsx; version=2.4.11` for the response status `201`
- **2022-09-16** `025494408062` — 2 info
  - media type `application/json; version=2.4.5` was changed to `application/json; version=2.4.10` for the response status `201`
  - media type `application/xlsx; version=2.4.5` was changed to `application/xlsx; version=2.4.10` for the response status `201`
- **2022-09-08** `486e2fd12f8f` — 2 info
  - media type `application/json; version=2.3.5` was changed to `application/json; version=2.4.5` for the response status `201`
  - media type `application/xlsx; version=2.3.5` was changed to `application/xlsx; version=2.4.5` for the response status `201`

[Full history](https://skmtc.dev/oeklo/apis/gsmtasks-project-api/changes/trackers/post.md)

---

[API](https://skmtc.dev/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.dev/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
