Recent Posts by Tyler Bird

May 15, 2008
Avatar Tyler Bird 1 post

Topic: Highrise API / Does sample.highrisehq.com work ?

Substitute ‘sample.’ with the sub-domain you use to access Highrise, and use your token you got from My Info / User account.

Based on that user’s level of access is what you will see when you run http://your-sub-domain.highrisehq.com/people/1.xml

You’ll also need to be able to access that person. You can get the correct ID from browsing to that person in Highrise and observing in the URL the number after /people:

ex. /people/484158

Or you can get a list of all the people your user can access by running (with your token and your subdomain):

curl -u YourToken:X http://your-sub-domian.highrisehq.com/people.xml

The key thing to remember here, is that you must use your sub-domain and not the sample one.