---
title: "Get tracking settings"
method: GET
path: "/tracking-settings"
tags: ["Tracking Settings"]
---

# Get tracking settings

`GET /tracking-settings`

Returns open, click, and unsubscribe tracking flags, the default attribution window, automatic UTM tagging, the dedicated click-tracking domain, and inbound reply tracking settings.

## Response `200`

Tracking configuration returned

- TrackingSettings
  - `success` boolean
  - `tracking` object
    - `openTrackingEnabled` boolean
    - `clickTrackingEnabled` boolean
    - `strictBotFilteringEnabled` boolean — Opt-in aggressive bot detection (strict user-agent patterns, datacenter IPs, cross-send IP sweeps). Off by default; enabling it can lower reported open and click rates.
    - `unsubscribeTrackingEnabled` boolean
    - `defaultAttributionWindowHours` integer
  - `autoUtm` object
    - `enabled` boolean
    - `settings` object
  - `trackingDomain` object, nullable — Null when click links use the shared Sequenzy tracking domain.
    - `domain` string
    - `status` string
    - `sslStatus` string, nullable
    - `verifiedAt` string, date-time, nullable
    - `lastCheckedAt` string, date-time, nullable
    - `error` string, nullable
  - `replyTracking` object
    - `inboundEmailEnabled` boolean
    - `inboundReplyDomainMode` string
    - `forwardReplies` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`
- **2026-07-29** `d03612b5fabd` — 1 info
  - added the optional property `tracking/strictBotFilteringEnabled` to the response with the `200` status
- **2026-07-25** `b58891ac1cde` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/tracking-settings/get.md)

---

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