Hi all,
I’m trying to use a beta API at: https://api.hubspot.com/events/v3/send (docs: Accounts Dashboard | HubSpot)
The API documentation claims that no scopes are required, but when I attempt to make a POST event to the API, according to the docs, I get the following error:
The scope needed for this API call isn’t available for public use. If you have questions, contact support or post in our developer forum.
Is it the case that I need to do something special to get access to this scope on my developer account? I tried the `crm.objects.marketing_events.read` and `crm.objects.marketing_events.write` scopes, but that didn’t seem to make anything better.
