Get a list of available legal documents for a given company.

Legal documents will be prepared after the purchase and get delivered within five days. As an identifier the company WIN-number has to be sent. The document is supplied as a PDF after your order has been processed.

Report format
Legal documents are available only as PDF.

Response
An array containing the legal documents.

Example:

$.get('https://api.worldbox.ch/v1/product/legaldocuments/CH0000163067/?lang=' + lang+'&currency='+currency, function(data) {
    console.log(data);
});

Note: the currency will be set according to your billing currency in the account settings!

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!