v1
latestOpenAPI 3.0.32026-08-06111223.1 KBSamples
Get Sample Orders
Returns the 3 most recent orders for the tenant. Used by Zapier for trigger testing and sample data.
get/api/zapier/samples/orders
Response
List of sample orders
Example response
[
{
"id": "abc123xyz",
"order_number": "ORD-2024-001",
"due_date": "2024-12-31T00:00:00Z",
"status": "active",
"link": "https://app.titletrackr.com/orders/abc123xyz"
}
]