GET
/
{site_id}
/
failover
curl --request GET \
  --url https://api.altostrat.io/{site_id}/failover \
  --header 'Authorization: Bearer <token>'
{
  "subscription_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

site_id
string
required

Site UUID

Response

200
application/json

Failover found or returns null subscription ID

The response is of type object.