Environments
At UTURN we have two publicly available API environments; Production, and Test. In most cases, your organisation already has an account for the production environment where shipments can be managed via the Portal. The Test environment is technically a replica of the production environment which can be used as a sandbox environment for you to develop against.
Production environment
The Portal of the production environment is where shipments can be created, managed, etc..., manually. You can access the production Portal by signing in with your account at https://portal.uturn-system.com.
The base URL for the production API is
https://api.uturn-system.com/portal
It is important to note in order to get access you need an API key. To retrieve one, you must first have created a working integration on our Test environment.
Test environment
The test environment is used mostly for testing integrations and should be your go-to environment when working on your integration. To gain access to the Test environment please go to Set up your account.
The base URL for the test API is
https://api-test.uturn-system.com/portal
API Documentation
For both environments, the API documentation can be found here.
Versioning
Please note that the API is versioned and we only support the last two major versions. Older versions will be inaccessible.