v1
latestOpenAPI 3.0.32026-08-06111223.1 KBSamples
Get Sample Abstracts
Returns the 3 most recent title abstracts for the tenant. Used by Zapier for trigger testing and sample data.
get/api/zapier/samples/abstracts
Response
List of sample abstracts
Example response
[
{
"id": "def456uvw",
"name": "123 Main Street Title Abstract",
"address": "123 Main Street",
"city": "Springfield",
"state": "IL",
"county": "Sangamon",
"tax_map": "12-34-567-890",
"pages": 42,
"words": 15000,
"project_id": "ghi789rst",
"link": "https://app.titletrackr.com/abstracts/def456uvw",
"project_link": "https://app.titletrackr.com/projects/ghi789rst"
}
]