GET
/
applications
/
host
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/applications/host \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "host": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
host
string

Host is the externally accessible URL for the Wirtual instance.