Documentation Index
Fetch the complete documentation index at: https://docs.lendpathway.com/llms.txt
Use this file to discover all available pages before exploring further.
Generate a token
Go to Settings → Account → New Token in the app. Give it a descriptive name. Copy the token immediately. It is shown once and cannot be retrieved again.Verify your token
GET /auth/me returns the org and user the token belongs to.
Revoke a token
From Settings → Account, click the token and revoke it. Revoked tokens immediately return401.
Token behavior
- Tokens are org-scoped. A token belongs to exactly one user in one organization.
- PAT tokens have no expiry. They are valid until revoked.
last_used_atis updated on every request that uses the token.