API 1.0 / Quotes

GET /quotes/:identifier/download

Get download-URL for a quote pdf

This method has the URL https://api.toptranslation.com/v1/quotes/:identifier/download and returns a download url for a quote of the user.

Required arguments

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

Response

Returns a download url for the quote

{
  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 - Quote not found
Quote was not found or is not shared with user.