Skip to main content
The Orders API lets you create orders in TitleTrackr’s Orders Tool, including any custom fields your workspace has configured.

Endpoints

Typical flow

1

Discover your fields

Call GET /order-fields to learn which custom fields your workspace expects and their keys.
2

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.