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

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

Metadata containing site note

The response is of type object.