The Orders API lets you create orders in TitleTrackr’s Orders Tool, including any custom fields your workspace has configured.Documentation Index
Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/order-fields | Discover the order field schema (core + custom). |
POST | /api/v1/orders | Create an order. |
Typical flow
Discover your fields
Call
GET /order-fields to learn which custom
fields your workspace expects and their keys.Create the order
POST /orders with the order number and any custom
field values.Order ids returned by the API are obfuscated strings (not sequential
integers). Use them as opaque identifiers.

