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.
Response
Ory Hydra is ready to accept connections.
Example response
{
"status": "status"
}Changes
Changed in 3 of the 15 revisions of this API.31
- ▲
the
detailsresponse's property type/format changed fromobject/to/for status500response-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
statusbecame optional for the status200response-property-became-optional
- ▲
- ▲
the
detailsresponse's property type/format changed from/toobject/for status500response-property-type-changed
- ○
the response property
statusbecame required for the status200response-property-became-required
This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲