I’m having a problem getting my integration to work for one of my customers. Updating companies through the API seems to have no effect. However, I am able to update contacts through the API just fine; updating the company records through the CRM UI works, too. The OAuth token has the “contacts” scope, and the token was generated by a Super Admin (we tried two different Super Admins and neither of them are able to update companies).
The customer’s HUB ID is 8843909.
The API call we’re trying is:
PUT https://api.hubapi.com/companies/v2/companies/5029244080
{“properties:”:[ {“name”: “name”, “value”: “Eric testing 123”}]}