Hubapi Events
Connector for the hubapi-events API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hubapi.com - Auth:
query:hapikey(pass your key via theapiKeyinput)
Operations
get_events_v3_events_getpage— GET /events/v3/events — Returns a collection of events matching a query.
Inputs
apiKey— your hubapi-events API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_events_v3_events_getpage
apiKey: <your key>