Forum Discussion

NBHCO123's avatar
29 days ago

Can't Access data using API

Hello,

I have setup my Exonet software into my local system and i want to integrate data from MYOB Exo to HubSpot. Now, I have register an app into Developer portal and created Access Token but not sure which URI is going to use for API call. As this document says - https://developer.myob.com/api/exo/endpoints/contact/ we have tried https://exo.api.myob.com/contact/. But it says no data available on relay and status code is 503 not 200.

What will be the URI to get contact data and why is it giving 503?

Also, we have checked accountright to check scope. But it is giving null records.

 

 

  • Hello,

    Incorrect URI: While the documentation suggests https://exo.api.myob.com/contact/, it might be outdated or incomplete. Missing Scopes: You might not have requested the necessary permissions (scopes) in your access token to access contact data. Pagination Issues: The default response might only return a limited number of contacts.