Platform & Account

Core platform concepts — getting started, authentication, application management, and account resources.

Every Routee integration starts here. Understand how OAuth works, how to create and configure applications, and how to monitor account usage.

What's in this section

TopicGuideDescription
Getting startedAPI IntroductionPlatform overview, base URLs, and first steps
AuthenticationOAuth 2.0Client credentials flow, tokens, and scopes
ApplicationsRoutee ApplicationsCreate apps, add services, configure settings
AccountAccountsUsage statistics, MCC/MNC codes, resource overview

Authentication quick reference

ItemValue
Token endpointPOST https://auth.routee.net/oauth/token
Auth methodHTTP Basic (Application Id : Application Secret)
Grant typeclient_credentials
Token lifetime1 hour (expires_in: 3600)
API callsAuthorization: Bearer {access_token} on https://connect.routee.net