Highrise API returns 404 error

I am working on a web application that uses Highrise to store client information, the application uses node.js, and I use the npm package to achieve a highrise api. When I try to get into the api to add a client, it sends a request to the correct path (/people.xml) according to high-level documents, but always returns a 404 error, what could be the problem here?

+4
source share
1 answer

A possible problem may be the incorrect credentials (token and account) that you are using.

You can find the token in settings> My information> API sign and account in your subdomain, for example, if you have this subdomain: http://subdomain.highrisehq.com , account subdomain .

See HERE for more details.

+1
source

Source: https://habr.com/ru/post/1650826/


All Articles