Requesting an API URL
To be able to make API calls to your Zencargo account you need to contact your account manager and request an API URL.
Once this is sorted you will be provided with a staging URL & a production URL and you can start integrating with Zencargo APIs.
These URLs usually have the following form:
https://${accountReference}.api.${environment}.zencargo.com
For example:
Let's assume my company is called Awesome Gifts and my account's Zencargo reference is ZAWESOMEDEV for the staging environment and ZAWESOME for the production environment. Then my API URLs will be the following:
- Staging:
https://zawesomedev.api.staging.zencargo.com - Production:
https://zawesome.api.production.zencargo.com
NOTE: In the following sections we're assuming the above URLs are the ones we were given to make our API calls.