Base endpoint URLs
These URLs are the base of your API calls in each environment.
Staging Base URLs
EMS v4.1
https://cloud.stage.api.trimblecloud.com/cloud/ems-v4/4.1/EMS v4.1.1
https://cloud.stage.api.trimblecloud.com/cloud/ems-v4/4.1.1/Transition layer v4.1
https://cloud.stage.api.trimblecloud.com/business-systems/ems-transition-layer/4.1/Production Base URLs
EMS v4.1
http://cloud.api.trimblecloud.com/cloud/ems-v4/4.1/EMS v4.1.1
http://cloud.api.trimblecloud.com/cloud/ems-v4/4.1.1/Transition layer v4.1
https://cloud.api.trimble.com/business-systems/ems-transition-layer/4.1/To connect to the API, use the URL for the environment you are working in and include the endpoint information listed for the call you are making.
For example, the below call will return a list of services linked to a serviceId.
- GET
/licenses?feature_id={feature id},{feature id} - Host:
cloud.stage.api.trimblecloud.com - Authorization: Bearer {user token}
- GET
/licenses?accountId={accountId}&assigned&featureId={featureId}