Forum Discussion

philip1's avatar
philip1
Member
4 years ago

API Codat Login

I am trying to invite an api to link to my account can anyone please help with this error message

 

{"statusCode":404,"service":"MyobAccountRightApi","error":"No user credentials found for Company: 7e97f448-0364-4d8a-bbd6-1e85b3e56431","correlationId":"7184cd89ffb9eb4c82a5dda8818ed9ff","canBeRetried":"Unknown","detailedErrorCode":0}

1 Reply

Replies have been turned off for this discussion
  • The_Doc's avatar
    The_Doc
    Ultimate Cover User
    4 years ago

    Hi philip1 

     

    I have never relied on these error codes to solve why the API is throwing and error - just like importing the error codes are often defined by the 1st fatal error - and often not what you need.

     

    An API developer in MYOB will spot this post and MAY be able to give an idea.

     

    If you haven't already - https://developer.myob.com/ is the place to go for a help with these errors - though I never found them helpful.

     

    If this is your 1st attempt at getting connected - take small bites of the apple - not huge bites - try just getting a list of the files you legitimate are allowed access to - this is relatively simple.

     

    Then you just build from there - and the problem is often the coding and encoding - and the language you are using to write this.

     

    And we all use different languages from VB.Net, VC#.NET, MS VBA, PHP, Python etc - and whether you are using the MYOB SDK to connect. I don't preferring to write my own access.

     

    Sorry I cannot be more helpful - I can but figuring out your own API access is really time-consuming.

     

    The Doc