x-myobapi-exotoken is required - how to get it??
Hi All,
Bassically we have devoloped an android app that talks with MYOB EXO API. We are using endpoints such as Debtors, SalesOrder etc https://developer.myob.com/api/exo/endpoints/
We are not using the OnTheGo system but rather using http://[OurAddress]:8888
Regarding the Authentication for each request we have the x-myobapi-key header, we also have the username and password for the Authorization header. However whenever I attempt to make API requests it keeps saying x-myobapi-exotoken requiredso I understand the request needs it but how do we get it?
I saw there is a token endpoint that refreshes the token but even this endpoint requires an exo-token: https://developer.myob.com/api/exo/endpoints/token/
Can somebody advise please on how I can authenticate correctly with the token I need? Im fairly new to MYOB so any advice is appreciated?