API call example for Accurate Online using PHP Language
This example demonstrate how to call the API along with the creation of Timestamp and Signature Header for the API Token Authorization method.
Important
Before running this code, replace the value of variable $apiToken and $signatureSecret on the conf.php file with Your credential.
Warning
This example use default host declared on file conf.php, You may need to replace the value of variable $host if You are hosted on another host. You can see Your database host address by executing the api-token.php file.
Note
Read the API Token Documentation on how to get a Credential for this example.