The Developer API uses bearer-token authentication. Your API key is a TitleTrackr personal access token scoped with theDocumentation Index
Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt
Use this file to discover all available pages before exploring further.
api:v1 ability and bound to
a single tenant. You generate, rotate, and revoke keys yourself from the
Developer Portal → Tokens page inside the TitleTrackr app — see
Requesting Access.
Sending your key
Include your key in theAuthorization header on every request:
Tenant scoping
Your key already carries the tenant it belongs to — you do not need to send a tenant id with each request. Every order created and document uploaded is automatically associated with your workspace.Errors
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key. |
403 Forbidden | The key is not authorized for the Developer API, or no tenant is associated with it. |
422 Unprocessable Entity | Validation failed. The errors object lists the offending fields. |
429 Too Many Requests | Rate limit exceeded. Retry after the Retry-After header. |
Rate limits
| Category | Limit |
|---|---|
| Writes (create order, upload) | 30 requests / minute |
| Reads (list fields, list folders) | 120 requests / minute |
429 with a Retry-After
header indicating how long to wait.
