GET
curl --request GET \
  --url https://{tenant_id}.hanko.io/admin/ \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API key. Must only be used when using Hanko Cloud.

Response

200
text/html
API is running

The response is of type string.