v1
latestOpenAPI 3.0.32026-08-06111223.1 KBAuthentication
Authorization Request
Redirects the user to the TitleTrackr login/authorization page. After the user authorizes, they are redirected back to the redirect_uri with an authorization code.
get/oauth/authorize
Query parameters
client_idstring required
Your application's client ID
redirect_uristring uri required
URL to redirect after authorization
response_type'code' required
Must be "code" for authorization code flow
statestring required
Random string to prevent CSRF attacks