I am currently working on extracting data from Xero through their API. My goal is to retrieve data daily without requiring any user interaction, making the standard OAuth 2.0 flow unsuitable for my needs. The most effective solution I have discovered is the custom connector. However, I am only able to employ this method for my UK organization and not for transferring data from my US organization, because currently custom connections are only available for Xero organisations in Australia, New Zealand and the UK.
What is the best Machine-to-Machine solution in this case? Thanks!
Note: I've tried to setup the standard Xero Oauth2 flow but user interaction is always required to do the login and click on "Allow access" button.