Thank you for visiting our Partner Zone. This area is an exclusive space for MYOB Partners. Find out how to Partner with MYOB.
Thank you for visiting our Partner Zone. This area is an exclusive space for MYOB Partners. Find out how to Partner with MYOB.
Thank you for visiting our Partner Zone. This area is an exclusive space for MYOB Partners. Find out how to Partner with MYOB.
October
October
Hi there @Nocturnal0107,
developer inactive is usually related to a missing API key, or sometimes if you've created a new key that we need to activate for you.
If you're not providing your API key then you'll need to pass it in the x-myobapi-key header. If you are providing the key in the correct header then could you please drop your API key through to developers@myob.com and we'll take a closer look for you.
Cheers,
Jack
October
October
Good day,
I'm having problem retriving data from MYOB using API and upon thorough checking, i found out that I'm getting error 403. My program is perfectly working before when 1 of my colleague noticed that its no longer retrieving data, then upon checking the last data i was able to retrieve was way back September 14, 2017. Can anyone help me with this?
my flow was there is a background process that retrieving data from MYOB and inserting it to local database, i wasn't monitoring it because it was perfectly working for atleast 6 months.
Here's the response i'm getting now:
Array ( [url] => https://api.myob.com/accountright/ [content_type] => text/xml [http_code] => 403 [header_size] => 372 [request_size] => 1041 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 1.078 [namelookup_time] => 0.016 [connect_time] => 0.235 [pretransfer_time] => 0.828 [size_upload] => 0 [size_download] => 27 [speed_download] => 25 [speed_upload] => 0 [download_content_length] => 27 [upload_content_length] => -1 [starttransfer_time] => 1.078 [redirect_time] => 0 [redirect_url] => [primary_ip] => 54.253.120.122 [certinfo] => Array ( ) [primary_port] => 443 [local_ip] => 192.168.4.1 [local_port] => 50481 )
Thank you for the help.