Hi, @BrHunt Thanks for reaching out. Let’s start with the v4 example. For your request, what were the values used for fromObjectType and toObjectType? Also, can you post your request? I am happy to spin up a Private app and see if we can isolate the missing scope(s).
Interesting… I am have some luck with V4 endpoints now. I believe that I had some malformed URL requests. When I saw the 403 Forbidden, it made me believe that it was an Authorization issue. What was really happening was a malformed request. Poor choice of return code I think…
Anyway I will do some more testing and report back here.
I believe that I have what I need now for V4 associations.
Can I ask you a couple of questions about them?
1. It appears that creating one association actually makes two associations? Bi-directionally? For instance, I created a single contact->company association, but both entities point to each other, which is perfect.
2. I ran the create POST several times to see if it would duplicate the association. It looks like the back-end is smart enough to know that the association already exists, and does not duplicate it. Does this sound right to you?
3. As part of one process I need to run, it would be helpful to see ALL associations between two object types (let’s say associations between contacts and companies). I can’t seem to find a way to do that. I can find all associations for a single object, but want to find ALL associations between all contacts and all companies. Is it possible to do that?
This occurs if you have either not provided the respective scopes in your app or you might have reached the limit of the number of associations for your HubSpot plan.