Skip to main content
GET
/
control-plane
/
{siteId}
/
note
Get site note
curl --request GET \
  --url https://v1.api.altostrat.io/control-plane/{siteId}/note \
  --header 'Authorization: Bearer <token>'
{
  "metadata": {
    "note": "Core branch router. Coordinate maintenance with the retail team."
  }
}

Authorizations

Authorization
string
header
required

Enter your JWT bearer token.

Path Parameters

siteId
string<uuid>
required

The unique identifier for the site.

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

Response

The site note metadata.

metadata
object