Base endpoint URLs
The URL Structure
Publisher URL Structure
The Publisher URL structure follows the below paradigm:
| Environment | URL |
|---|---|
| Staging | https://preprd-eventservice.events.trimblecloud.com/{serviceVersion}/producers/namespaces/{namespaceName}/events/{eventName}/{eventVersion} |
| Production | https://eventservice.events.trimblecloud.com/{serviceVersion}/producers/namespaces/{namespaceName}/events/{eventName}/{eventVersion} |
Consumer URL Structure
The consumer URL structure follows the below paradigm:
| Environment | URL |
|---|---|
| Staging | https://preprd-eventservice.events.trimblecloud.com/{serviceVersion}/consumers/namespaces/{namespaceName}/events/{eventName}/{eventVersion} |
| Production | https://eventservice.events.trimblecloud.com/{serviceVersion}/consumers/namespaces/{namespaceName}/events/{eventName}/{eventVersion} |
URL property descriptions
| Property | Description |
|---|---|
| serviceVersion | The Events Service version |
| namespaceName | The Namespace under which the event is grouped. |
| eventName | The name of the event. |
| eventVersion | The version of event. |
For more information, see API Reference for more details