API referencePlatformZone
Which availability zone this API is, and the zone catalog
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/zone"{ "fetched_at": "2019-08-24T14:15:22Z", "from_cache": true, "maintenance": true, "self": { "api": "string", "city": "string", "country": "string", "flag": "string", "id": "string", "region": "string", "status": "string" }, "standalone": true, "zones": [ { "api": "string", "city": "string", "country": "string", "flag": "string", "id": "string", "region": "string", "status": "string" } ]}