Hi folks, I'm getting a strange error where my application tries to interact with a HubSpot account's list. (the # sign represents an anonymized, GUID = anonymized GUID)
API URI: /crm/v3/lists/#/memberships/add-and-remove
RequestBody: {“recordIdsToAdd”:[“#",“#”,“#",“#”],“recordIdsToRemove”:[]}
API Response: 403 PUT
403 Forbidden: “{”status”:“error”,“message”:“You do not have permissions to edit object type ObjectTypeId{legacyObjectType=CONTACT} in portal # (requires one of [contacts-write])“,”correlationId”:“GUID"}”
This makes no sense given that the scope isn't event available for my oauth app and I'm not trying to do a write to a contact.