Base Endpoint URLs
These URLs are the base of your API calls in each environment.
Endpoints on this page:
- Entitlements Core
- Entitlements Licensing
- Orchestration
- Entitlements Usage
Note: Entitlement-core service supports only Application tokens, please do not use User Tokens.
Entitlement v3 Core
| Environment | URL |
|---|---|
| Staging | https://cloud.stage.api.trimblecloud.com/entitlements-core/3.0 |
| Production | https://cloud.api.trimblecloud.com/entitlements-core/3.0 |
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.
Example: The following call will return the entitlement information for the entitlementId provided.
GET https://cloud.stage.api.trimblecloud.com/entitlements-core/3.0/{entitlementId}
Entitlement v3 Licensing
| Environment | URL |
|---|---|
| Staging | https://cloud.stage.api.trimblecloud.com/entitlements-licensing/1.0 |
| Production | https://cloud.api.trimblecloud.com/entitlements-licensing/1.0 |
Orchestration
| Environment | URL |
|---|---|
| Staging | https://cloud.stage.api.trimblecloud.com/entitlements-orchestration/1.0 |
| Production | https://cloud.api.trimblecloud.com/entitlements-orchestration/1.0 |
Entitlement v3 Usage
| Environment | URL |
|---|---|
| Staging | https://cloud.stage.api.trimblecloud.com/entitlement-usage/1.0 |
| Production | https://cloud.api.trimblecloud.com/entitlement-usage/1.0 |