Returns the Ory Hydra version.
Login with Unstoppable API
For more information on adding Login With Unstoppable to your applications, see the Login Integration Pathways.
Overview
E-mail
License
Languages
Servers
https://auth.unstoppabledomains.com/
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.
- https://auth.unstoppabledomains.com/version
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
curl -i -X GET \
https://auth.unstoppabledomains.com/versionResponse
application/json
{ "version": "string" }