---
title: "SkipTrace API (v1)"
method: POST
path: "/v1/SkipTrace"
---

# SkipTrace API (v1)

`POST /v1/SkipTrace`

RealEstateAPI's skiptrace API for contact & demographics data.

## Request body

- object
  - `email` string
  - `phone` string — a valid 10 digit phone number
  - `first_name` string
  - `middle_name` string
  - `last_name` string
  - `mail_address` string
  - `mail_unit` string
  - `mail_city` string
  - `mail_state` string
  - `mail_zip` string
  - `address` string
  - `unit` string
  - `city` string
  - `state` string
  - `zip` string
  - `match_requirements` object
    - `phones` boolean — When set to true, will only return a match if phones are present
    - `emails` boolean — When set to true, will only return a match if emails are present
    - `operator` string — accepts values: 'and', 'AND', 'or', 'OR'
  - `exact_match` boolean

## Response `200`

200

- object
  - `name` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/realestateapi/apis/property-apis.md) · [All operations](https://skmtc.net/realestateapi/apis/property-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/realestateapi/property-apis/versions/8e1eee264b55/schema)
