Does the v1 engagements API support fields?

Good Morning, @dennisedson!

Thanks for the quick reply.

I looked at the hubspot website and noticed there’s an API call that uses the following URL:

https://api.hubspot.com/timeline/v2/object/Companies/<Company_ID>?portalId=<Portal_ID>&clienttimeout=14000&hs_static_app=crm-records-ui&hs_static_app_version=<App_Version>&timeout=5000&limit=15&t=ENGAGEMENTS_EMAILS_TRIMMED&to=<UNIX_Timestamp>&from=<UNIX_Timestamp>

It appears this type of call requires a different type of authorization than is currently documented, so I assume it’s not something that should be used in deployment. It does look however to be exactly the kind of thing I would like to use. To your knowledge, is there any way to make this type of call with an hapikey instead?