Skip to content

Base endpoint URLs

The URL Structure

Publisher URL Structure

The Publisher URL structure follows the below paradigm:

EnvironmentURL
Staginghttps://preprd-eventservice.events.trimblecloud.com/{serviceVersion}/producers/namespaces/{namespaceName}/events/{eventName}/{eventVersion}
Productionhttps://eventservice.events.trimblecloud.com/{serviceVersion}/producers/namespaces/{namespaceName}/events/{eventName}/{eventVersion}

Consumer URL Structure

The consumer URL structure follows the below paradigm:

EnvironmentURL
Staginghttps://preprd-eventservice.events.trimblecloud.com/{serviceVersion}/consumers/namespaces/{namespaceName}/events/{eventName}/{eventVersion}
Productionhttps://eventservice.events.trimblecloud.com/{serviceVersion}/consumers/namespaces/{namespaceName}/events/{eventName}/{eventVersion}

URL property descriptions

PropertyDescription
serviceVersionThe Events Service version
namespaceNameThe Namespace under which the event is grouped.
eventNameThe name of the event.
eventVersionThe version of event.

For more information, see API Reference for more details