---
title: "Add tracking info using tags to a contact"
method: POST
path: "/contact/track"
tags: ["Contact"]
---

# Add tracking info using tags to a contact

`POST /contact/track`

## Query parameters

- `team_id` string, required
- `email` string, required

## Headers

- `api_key` string, required

## Request body

- TrackRequest
  - `addTags` string[]
  - `removeTags` string[]

## Response `200`

Success response for tag addition

- TrackResponse
  - `status` string
  - `message` string

---

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