API 1.0 / Translations

GET /translations/:identifier/download

Get download-URL for a translation

This method has the URL https://api.toptranslation.com/v1/translations/:identifier/download and returns a download url for a translation.

Required arguments

access_token
Token to authenticate a user
String
identifier
Part of URL of the request. Unique identifier of the translation
String

Response

Returns a download url for the translation

{
  meta: {
    status: 200
  },
  data:
    {
      download_url: 'https://files.toptranslation.com/documents/XXXXXXXXXXXX?key=XYZ...'   
    }
  }

Errors

403 - User not authenticated
User is not allowed to access the resource or execute the method.
404 - Translations not found
Translation was not found or is its documents is not shared with user.