Regions & Base URLs
Regions
Kaunt operates in multiple geographic regions to ensure data residency requirements are met and to provide low-latency access to our APIs. Each region is an independent deployment with its own data storage, meaning data created in one region stays in that region.
When onboarding with Kaunt, your tenants are assigned to a specific region. All API requests for a tenant must be directed to the correct regional base URL.
Available Regions
| Region | Location |
|---|---|
| Europe | France Central |
| United States | West US |
Base URLs
All API requests must be made over HTTPS.
Kaunt API
| Region | Base URL |
|---|---|
| Europe | https://api.kaunt.com/v1 |
| United States | https://api.us1.kaunt.com/v1 |
Sandbox
Each region also has a sandbox environment for testing and development:
| Region | Sandbox Base URL |
|---|---|
| Europe | https://sandbox-api.kaunt.com/v1 |
| United States | https://sandbox-api.us1.kaunt.com/v1 |
Kaunt API Authentication
The Kaunt API token endpoint is part of the API base URL:
| Region | Token Endpoint |
|---|---|
| Europe | https://api.kaunt.com/v1/oauth2/token |
| United States | https://api.us1.kaunt.com/v1/oauth2/token |
The Management API is not region-specific. See the Management API Authentication page for details.
Choosing a Region
Your available regions are determined during onboarding based on your data residency needs. When creating a new tenant, you select which of your available regions it should be hosted in.