Skip to main content
The Developer API uses bearer-token authentication. Your API key is a TitleTrackr personal access token scoped with the 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 the Authorization header on every request:
Treat your API key like a password. It grants full read/write access to your workspace’s orders and File Vault. Never embed it in client-side code.

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

Rate limits

Limits are per tenant. Exceeding a limit returns 429 with a Retry-After header indicating how long to wait.