v1

latestOpenAPI 3.0.32026-08-06111223.1 KB
Samples

Get Sample Projects

Returns the 3 most recent projects for the tenant. Used by Zapier for trigger testing and sample data.

get/api/zapier/samples/projects

Response

List of sample projects

idstring

Obfuscated project ID

project_idstring

Human-readable project identifier

namestring

Project name

location_full_addressstring nullable

Full property address

location_citystring nullable

Property city

location_statestring nullable

Property state

linkstring uri

Direct link to view the project in TitleTrackr

Example response

[
  {
    "id": "ghi789rst",
    "project_id": "PROJ-2024-001",
    "name": "Main Street Development",
    "location_full_address": "123 Main Street, Springfield, IL 62701",
    "location_city": "Springfield",
    "location_state": "IL",
    "link": "https://app.titletrackr.com/projects/ghi789rst"
  }
]