Skip to main content
GET
/
sites
/
{siteId}
/
documents
/
{documentId}
Download a document file
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/documents/{documentId} \
  --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.

documentId
string
required

The unique identifier (key) for the document file.

Response

The binary content of the document file.

The response is of type file.