metadata

Check HTTP Server Status

This endpoint returns a HTTP 200 status code when Ory Hydra is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working.

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 health status will never refer to the cluster state, only to a single instance.

get/health/alive

Response

Ory Hydra is ready to accept connections.

statusstring

Status always contains "ok".

Example response

{
  "status": "status"
}

Changes

Changed in 3 of the 15 revisions of this API.31

    • the details response's property type/format changed from object/ to / for status 500

      response-property-type-changed

    This revision also has 39 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property status became optional for the status 200

      response-property-became-optional

  • 82d23354048611See the full diff
    • the details response's property type/format changed from / to object/ for status 500

      response-property-type-changed

    • the response property status became required for the status 200

      response-property-became-required

    This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog