Version

The Version endpoint provides details about the different Mix versions.

In particular, this endpoint can be used to obtain the Mix.api version, which increases when changes are made to the API.

Get system versions

GET /v4/version

Retrieve the Mix environment, Mix version, and Mix.api version.

Responses

Status Meaning Description Schema
200 OK List of versions mix.api.Version
401 Unauthorized Request could not be authorized Inline
500 Internal Server Error Internal server error Inline
default Default An unexpected error response. grpc.gateway.runtime.Error

Example responses

  200 response