MYOB Addon connector

This thread is now closed to new comments.
Some of the links and information provided in this thread may no longer be available or relevant.
If you have a question please start a new post.
DXC
3 Posts
User
User

3Posts

0Kudos

0Solutions

MYOB Addon connector

Any help would be appreciated!  We are running into an issue with using the Addon connector.  It is not returning data upon request.  The error returned is  Authentication Failed.

 

Request

GET /accountright/0889dc3b-fe6e-442f-a5d6-888db76c8901/GeneralLedger/Currency?$skip=0&$top=400 HTTP/1.1 Host: localhost:8080 request GET /accountright/0889dc3b-fe6e-442f-a5d6-888db76c8901/GeneralLedger/Currency?$skip=0&$top=400 HTTP/1.1 Host: localhost:8080

 

Response 

2022-04-26T20:57:45.126-04:00 2 [4|Q-Id] [HTTP|Res: 2] HTTP/1.1 401 Unauthorized, 34 Bytes Transferred 2022-04-26T20:57:45.126-04:00 1 [4|Q-Id] [EXEC|Messag]  Success: 0 results (250 ms) 2022-04-26T20:57:45.126-04:00 0 [4|Q-Id] [SQL |Messag] . Error: HTTP protocol error. 401 Unauthorized. 2022-04-26T20:57:45.142-04:00 0 HTTP protocol error. 401 Unauthorized.

4 REPLIES 4
DXC
3 Posts
User
User

3Posts

0Kudos

0Solutions

Re: MYOB Addon connector

Hello MYOB Community  -   Does anyone have experience with the Add-on Connector?

Mike_James
Ultimate Partner
5,861 Posts
Ultimate Partner
New Zealand
Ultimate Partner

5,861Posts

1,026Kudos

756Solutions

Re: MYOB Addon connector

Hi @DXC , this query should be raised in the Developer forum (https://community.myob.com/t5/MYOB-Business-API/bd-p/AccountRightAPIquestions). A moderator will move your post for you.

 

Most of my work is with cloud files, I don't use the connector, but your problem is more likely to lie elsewhere, such as in API authorisation, or user access permissions.


Regards, Mike (mike@datawise.co.nz)
DataWise Limited (www.datawise.co.nz), developers of:
DataWise ProActive - Custom Reporting from MYOB programs
(MYOB Business, including AccountRight Live, AccountRight v19.x and exo Payroll)

Bulk download of attachments (more details...)

DXC
3 Posts
User
User

3Posts

0Kudos

0Solutions

Re: MYOB Addon connector

Thanks Mike.   We are having no luck getting someone from MYOB to help us, can you recommend someone who we may be able to reach out to to help us.

Mike_James
Ultimate Partner
5,861 Posts
Ultimate Partner
New Zealand
Ultimate Partner

5,861Posts

1,026Kudos

756Solutions

Re: MYOB Addon connector

Hi @DXC , I have found the developers very responsive. Either post to the API forum as I suggested previously, or email developers@myob.com.

 

Working with local files, your header should include:

 

Authorization: Basic ABCta353c5R6YXRvcjo=
x-myobapi-version: v2

See https://developer.myob.com/api/myob-business-api/api-overview/headers/ for more details. 

 

"ABCta353c5R6YXRvcjo=" is Username=Password encoded. (https://www.base64encode.org/)

 

The add-on connector is not used for accessing cloud files).


Regards, Mike (mike@datawise.co.nz)
DataWise Limited (www.datawise.co.nz), developers of:
DataWise ProActive - Custom Reporting from MYOB programs
(MYOB Business, including AccountRight Live, AccountRight v19.x and exo Payroll)

Bulk download of attachments (more details...)

Didn't find your answer here?

Try using advanced search to find a post more easily Advanced Search
or
Get the conversation started and make a new post Start a Post