{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Event Types API", "version": "3.0.0" }, "items": [ { "info": { "name": "Event Types", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Retrieve Available Event Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/events/v3/events/event-types", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a list of all available event types in your HubSpot account. \nUse this endpoint to discover what event types exist before querying \nfor specific event instances. This helps build dynamic filtering interfaces\nand validate event type parameters.\n" } ] } ], "bundled": true }