GET
/
{site}
/
management-server
curl --request GET \
  --url https://api.altostrat.io/{site}/management-server \
  --header 'Authorization: Bearer <token>'
{
  "management_server": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

site
string
required

UUID of the site

Response

200
application/json

Current management server for the site

The response is of type object.