Skip to main content
GET
/
sites
/
{siteId}
/
notes
/
{noteId}
Get site note content
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A bearer token is required for all API requests.

Path Parameters

siteId
string
required

The unique identifier for the site.

noteId
string
required

The unique identifier (filename) for the note.

Response

The Markdown content of the note.

The response is of type file.