I am working on a web app that uses Highrise to store customer info, the app uses node.js and I'm using an npm package to hit highrise's api. When I try to hit the api to add a customer it is sending a request to the correct path (/people.xml) according to the highrise docs but it always returns a 404 error, what could be the problem here?
A possible problem could be the wrong credentials (token and account) that you use.
You can find the token in Settings > My Info > API Token and the account in your subdomain, for example if you have the this subdomain: http://subdomain.highrisehq.com, the account is subdomain.
For more details take a look HERE