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

The body is of type object.

Response

200
application/json

Results found for skip tracing

The response is of type object.