List of available subscription products

The response shows the available subscription products over the API. For each company in subscription product where will be a company report in XML available.

AttibuteDescription
languageThe language of the report available
pricePrice for access to the company pool during subscription period
durationDuration of the subscription in days
nameName of the product
companiesAmount of companies in the pool
currencyCurrency of your billing
productcodeProductcode of the subscription
formatAvailable report formats
$.get('https://api.worldbox.ch/v1/product/subscription', function(data) {
    console.log(data);
});

📘

In Development

This feature is currently in beta testing!

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