Having Problem in retrieving products from API using getMyRecords
Hello,
I am trying to run the code that Zoho API documentation provided.
I have generated token and using it correctly. I am using XAMPP.
I had also tried to print CURL response i8nside sendCurlRequest($url, $parameter) function.
I tried echo "Result".$result; but it returns nothing.
The code also gives below errors:
Can anyone light on the mistake that I am making in steps?