Skip to main content

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.

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

Endpoints

MethodPathDescription
GET/api/v1/order-fieldsDiscover the order field schema (core + custom).
POST/api/v1/ordersCreate an order.

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.