Skip to main content
GET
/
sites
/
{siteId}
/
metadata
Get Site Metadata
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/metadata \
  --header 'Authorization: Bearer <token>'
{
  "name": "Headquarters",
  "timezone": "Australia/Sydney",
  "location": {
    "lat": -33.8688,
    "lon": 151.2093
  },
  "tags": [
    "core-site",
    "data-center"
  ]
}

Authorizations

Authorization
string
header
required

A JWT issued by Altostrat's authentication service, containing user and organization claims.

Path Parameters

siteId
string
required

The unique identifier for the site (router).

Response

Successfully retrieved the metadata for the site.

A collection of user-defined key-value pairs used to store custom information about a site.