GET /api/v3/environment

EnvironmentV3

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 string (date-time)
version string
Example Response application/json
{  "buildDate": "2026-03-30",  "version": "string"
}