Here we will show you how you retrieve a single document.
Last updated 6 years ago
var options = {}; api.getDocument('969464870959452160', options) .then(result => { // futher implementation }) .catch(err => { throw err; })