POST
/
property
/
skiptrace
cURL
curl --request POST \
  --url https://api.rocketskip.com/api/v1/property/skiptrace \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "first_name": "<string>",
  "last_name": "<string>",
  "street_address": "<string>",
  "city": "<string>",
  "state": "<string>",
  "zip_code": "<string>"
}'
{
  "error": "<string>",
  "results": [
    "<any>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Property to skip trace

street_address
string
required

Street address of the property

city
string
required

City of the property

state
string
required

State of the property

zip_code
string
required

Zip code of the property

first_name
string

First name of the property owner

last_name
string

Last name of the property owner

Response

Results found for skip tracing

error
string

If skip tracing was unsuccessful, this will say the reason

results
any[]

Results returned