OAuth apps
Manage which external applications can access Routix on behalf of your organization via OAuth2. Used for integrations with TMS, accounting, telematics or own apps.
URL: /settings/oauth-apps · create /settings/oauth-apps/create
Key fields
| Field | Notes |
|---|---|
| Name | How the app is shown to users during consent |
| Client ID | Generated, publicly shareable |
| Client secret | Shown once on creation — store securely |
| Redirect URIs | Allowed callback URLs |
| Scopes | Which resources the app can read/write |
| Status | active or revoked |
| Owner | User who created the app |
Tokens and revocation
- Access tokens are short-lived.
- Refresh tokens are revoked when the app is set to
revokedor the secret is rotated. - Per app you see active sessions and can revoke individual tokens.
Related
Last updated on

