Skip to Content
AdministrationOAuth apps

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

FieldNotes
NameHow the app is shown to users during consent
Client IDGenerated, publicly shareable
Client secretShown once on creation — store securely
Redirect URIsAllowed callback URLs
ScopesWhich resources the app can read/write
Statusactive or revoked
OwnerUser who created the app

Tokens and revocation

  • Access tokens are short-lived.
  • Refresh tokens are revoked when the app is set to revoked or the secret is rotated.
  • Per app you see active sessions and can revoke individual tokens.
Last updated on