Get the application version and build date for the current environment.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Environment
| Property | Description | Type |
|---|---|---|
| buildDate | The date and time the application was built | string (date-time) |
| version | The application version string | string |
Example Response
{ "buildDate": "2026-06-29", "version": "string"
}