Basecamp Classic API

Legacy Companies API Calls

The API described in this document is obsolete. It is documented here only for the support of legacy applications that might be using it. New applications are encouraged to use the newer, REST-based API. Older applications, too, are encouraged to switch to the newer API.

Companies

/contacts/companies

Returns a list of all companies visible to the given person. This is only accessible to employees of the “firm” (the company assoicated with the account). Client employees will get a 403 response if they attempt to access this method.

Response

<companies>
  <company>
    ...
  </company>
  ...
</companies>

Company

/contacts/company/#{company_id}

This will return the information for the referenced company.

Response

<company>
  ...
</company>