We are using the `properties` API to retrieve the “tasks” in our Hubspot account. This was working fine until about 3pm eastern today (8-19-2025), when all of a sudden, we began receiving 403 errors with the following message:
{“status”:“error”,“message”:“You do not have permissions to view object type ObjectTypeId{legacyObjectType=TASK} in portal … (requires one of [tasks-read])”}
We did not change any of the scopes associated with the key we’re using to access the API, and double checked that the scopes of the key making the request in question matches those of another key in another Hubspot account for which this request succeeds.
Any assistance would be appreciated.