GET
/
documents
/
{document_id}
/
versions
/
{document_version}
/
contents
Get document contents by version
curl --request GET \
  --url https://api-sandbox.synctera.com/v0/documents/{document_id}/versions/{document_version}/contents \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_version
integer
required

The document version.

Example:

1

document_id
string<uuid>
required

The unique identifier of the document.

Example:

"b01db9c7-78f2-4a99-8aca-1231d32f9b96"

Response

200
*/*

The requested document.

The response is of type file.