Skip to content

Login with Unstoppable API

For more information on adding Login With Unstoppable to your applications, see the Login Integration Pathways.

Languages
Servers
https://auth.unstoppabledomains.com/

public

Operations

metadata

Operations

Return Running Software Version.

Request

This endpoint returns the version of Ory Hydra.

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.

curl -i -X GET \
  https://auth.unstoppabledomains.com/version

Responses

Returns the Ory Hydra version.

Bodyapplication/json
versionstringrequired

The version of Ory Hydra.

Response
application/json
{ "version": "string" }