cURL
curl --request POST \ --url https://api.rocketskip.com/api/v1/property/skiptrace \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "street_address": "<string>", "city": "<string>", "state": "<string>", "zip_code": "<string>", "first_name": "<string>", "last_name": "<string>" } '
{ "error": "<string>", "results": "<array>" }
Send a property to get phone numbers for the property owner
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Property to skip trace
Street address of the property
City of the property
State of the property
Zip code of the property
First name of the property owner
Last name of the property owner
Results found for skip tracing
If skip tracing was unsuccessful, this will say the reason
Results returned