Document API 1.0 / Documents

GET /documents/:identifier/download

Download a document

This method has the URL https://files.toptranslation.com/documents/:identifier/download and returns a document as a file download.

Authentification

A download to the API is authenticated with a token that is added to the request URL as an URL parameter. The download URLs provided by the Rest-API already include valid tokens.

Required arguments

token
Token to authorise the download.
String
identifier
Part of URL. Unique identifier of the document.
String

Response

Returns a file download of the document.

Errors

403 - Access token invalid
Token can not be validated.