v1

latestOpenAPI 3.0.3Apache 2.02026-07-1756158355.3 KB
metadata

Return Running Software Version.

This endpoint returns the version of Ory Kratos.

If the service supports TLS Edge Termination, this endpoint does not require the X-Forwarded-Proto header to be set.

Be aware that if you are running multiple nodes of this service, the version will never refer to the cluster state, only to a single instance.

get/version

Response

Returns the Ory Kratos version.

versionstring required

The version of Ory Kratos.

Example response

{
  "version": "version"
}