API Environments
A sneak peak at available CargoDocs API environments for the developers
CargoDocs Partner API supports three environments for partners to test out their applications.
Sandbox
Sandbox API is primarily used for initial setups and testing purposes only. Partner signing onto CargoDocs initiates their development using this set of APIs.
https://api-test.cargodocs.com/vX/
UAT
UAT APIs are connected to non-live real-like data for trail partners. This environment is also used to test out new API releases by our existing partners to ensure their system does not break down with the new releases.
https://api-uat.cargodocs.com/vX/
Production
All partner's production applications point to Production API ultimately. The latest API release is always deployed to the Production once thoroughly tested over the UAT environments.
https://api.cargodocs.com/vX/
API Version
- The API version is appended next to the base URL. The current CargoDocs APIs current version is v3.
- X in vX denotes the version number.
Switch Environments
- In order to allow users to test our products, endpoints on this documentation point to the Sandbox environments (URL: https://api.test.cargodocs.com/vX/) and UAT environment (URL: https://api.uat.cargodocs.com/vX/).
- Once you obtain the user credentials for the production environment post app development, you must switch the URLs of endpoints to Production environment (URL: https://api.cargodocs.com/vX/)
Updated 11 months ago