Object type MARKETING_EVENT is not supported by this endpoint
Is there a alternative way to collecting data that would be available throught these endpoints on the v3 (or any previous working versions) of the API for these specific objects or any known plans to add then to these endpoints?
Search Endpoint for marketing_event and invoices objects
SOLVE
Hello @RRosarioArq, for the marketing event you should use the endpoints specified in the api overview. The available endpoints are: [GET] /marketing/v3/marketing-events/events/search That accepts a "q" parameter to pass a value for the external event id and [GET] /marketing/v3/marketing-events/events/{externalEventId} That takes in the event external id.
Hope this helps with the marketing events, for the crm search you are getting the scopes error, which means that your private app should be modified to have the requested scopes. For the search crm scopes are not fixed, but instead it depends on the object you are trying to retrieve, so for the tickets you need the "tickets" scope, etc. Take a look at this list of scopes to get you started: https://developers.hubspot.com/docs/api/working-with-oauth#scopes
If my answer was helpful please mark it as a solution.
Search Endpoint for marketing_event and invoices objects
SOLVE
Hello @RRosarioArq, for the marketing event you should use the endpoints specified in the api overview. The available endpoints are: [GET] /marketing/v3/marketing-events/events/search That accepts a "q" parameter to pass a value for the external event id and [GET] /marketing/v3/marketing-events/events/{externalEventId} That takes in the event external id.
Hope this helps with the marketing events, for the crm search you are getting the scopes error, which means that your private app should be modified to have the requested scopes. For the search crm scopes are not fixed, but instead it depends on the object you are trying to retrieve, so for the tickets you need the "tickets" scope, etc. Take a look at this list of scopes to get you started: https://developers.hubspot.com/docs/api/working-with-oauth#scopes
If my answer was helpful please mark it as a solution.