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
| Topic | Guide | Description |
|---|---|---|
| Getting started | API Introduction | Platform overview, base URLs, and first steps |
| Authentication | OAuth 2.0 | Client credentials flow, tokens, and scopes |
| Applications | Routee Applications | Create apps, add services, configure settings |
| Account | Accounts | Usage statistics, MCC/MNC codes, resource overview |
Authentication quick reference
| Item | Value |
|---|---|
| Token endpoint | POST https://auth.routee.net/oauth/token |
| Auth method | HTTP Basic (Application Id : Application Secret) |
| Grant type | client_credentials |
| Token lifetime | 1 hour (expires_in: 3600) |
| API calls | Authorization: Bearer {access_token} on https://connect.routee.net |
Updated 5 days ago

