Query Single Document

Here we will show you how you retrieve a single document.

<?php
$document = $api->getDocument('981075884394024960')->execute();

Last updated