get https://api.exponea.com/track/v2/projects//system/time
/track/v2/projects/{projectToken}/system/time
Get the current time of the Bloomreach Engagement platform in Unix time in seconds.
Use when you want to attach the timestamp of the event in your system explicitly or to synchronize the clock between your time and our server time. Tracking events without timestamp uses the timestamp from our server at the moment it was received.
The purpose of this route is primarily for the SDKs. It shall be used directly only when you know what you are doing.
Definition
Authorization
In this API call you can use any of these 2 types of authorization accesses:
Available access types | Permissions needed |
---|---|
Public access | None |
Private access | None |
Read more about:
Path parameters
Parameter | Type | Description | Required |
---|---|---|---|
projectToken | string | The ID of your project. | required |
Headers
Parameter | Type | Description | Required |
---|---|---|---|
authorization | string | Used for authentication. Read more in the Authentication section. | required |
content-type | string | application/json | required |