We have a private app created with the correct scopes (crm.objects.marketing_events.read) however, when we make a GET request to GET /marketing/v3/marketing-events/participations/{marketingEventId}/breakdown we receive the following response
The response confirms we should have 11 results, but the results array is empty so we cannot see the data. If this was a problem with our scopes or permissions, we would expect an error rather than a successful request. If the event ID didnt exist, again, we'd expect an error rather than 11 results with no data
Even more strangely, our request works as expected on one instance of Hubspot, but not on another. It's not clear if there is a difference between the two accounts that would cause this. The apps have the same config and everything else is the same
Since you mentioned that the API works in one instance but not in the other, I checked the requirements. This API needs the account to have one of the following subscriptions: 1. Content Hub Starter 2. Marketing Hub Free 3. Sales Hub Free 4. Service Hub Free Please verify whether the other instance has at least one of these.
Also, here’s the link to the official documentation:
I don’t see the GET /marketing/v3/marketing-events/participations/{marketingEventId}/breakdown endpoint listed anywhere in the current docs. It may have been deprecated or could be from an older/unsupported reference. Please double-check the endpoint you're using.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Since you mentioned that the API works in one instance but not in the other, I checked the requirements. This API needs the account to have one of the following subscriptions: 1. Content Hub Starter 2. Marketing Hub Free 3. Sales Hub Free 4. Service Hub Free Please verify whether the other instance has at least one of these.
Also, here’s the link to the official documentation:
I don’t see the GET /marketing/v3/marketing-events/participations/{marketingEventId}/breakdown endpoint listed anywhere in the current docs. It may have been deprecated or could be from an older/unsupported reference. Please double-check the endpoint you're using.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.