---
title: "Track multiple Email Validator requests with filters based on specific time range"
method: POST
path: "/emailvalidator/tracking"
---

# Track multiple Email Validator requests with filters based on specific time range

`POST /emailvalidator/tracking`

## Query parameters

- `dateStart` string, required
- `dateEnd` string, required
- `page` string
- `size` string

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `fieldName` string, required — The name of the field to apply the filtering. Available values: email, exists, trackingId, hasValidFormat, hasValidDNS, label,
  - `searchTerm` string, required — The exact value that the specified field must match.
  - `searchOperator` string, required — The operator upon which the search operation will be executed. Possible values: 'IS', 'IS_NOT', 'CONTAINS', 'STARTS_WITH', 'ENDS_WITH'.

## Response `200`

200

- object
  - `content` object[]
    - `trackingId` string
    - `email` string
    - `label` string
    - `details` object
      - `hasValidFormat` boolean
      - `hasValidDNS` boolean
      - `exists` boolean
    - `price` number
    - `createdAt` string
  - `first` boolean
  - `last` boolean
  - `totalPages` integer
  - `totalElements` integer
  - `numberOfElements` integer
  - `size` integer
  - `number` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
