URL structure and usage
All URLs referenced in the documentation have the following base:
- Live production environment:
https://app.transportexchangegroup.com/api/v2
- Testing environment:
https://app.staging.transportexchangegroup.com/api/v2
Examples
If you are a developer or QA engineer testing the Get load method, you would use the following URLs:
https://app.transportexchangegroup.com/api/v2/load/{loadId}
https://app.staging.transportexchangegroup.com/api/v2/load/{loadId}
If an end user accessed a load in the user interface, they would see the following URLs:
https://app.transportexchangegroup.com/us/us.html#diary:reference={load_id}
https://app.staging.transportexchangegroup.com/us/us.html#diary:reference={load_id}
Testing your API
We will provide you with a staging account in our application so that you can perform tests. Testing is not allowed on our live production environment.
If you cannot access your staging account, please contact us for more support.
Recommended use
Do not send more than one request every 15 seconds.
Updated 2 months ago