I’m trying to access the Xero API via HTTP API calls. I found several posts on how to get the authentication working and that is doing what I need it to. However, I’m getting 429 too many requests whenever I try and do any get requests such as searching for a contact.
Taking a peek at Xero’s api documentation, there’s a few things that it could be here. Are you by chance making more than 5 requests at once, or is your app uncertified? It looks like an uncertified app is quite limited, which might be what’s happening here if it’s rejecting any singular call to their API at all.