{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Association Type Definitions API", "version": "3.0.0" }, "items": [ { "info": { "name": "Association Type Definitions", "type": "folder" }, "items": [ { "info": { "name": "Hubspot List All Association Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/crm/v4/associations/definitions", "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": "Retrieves all association type definitions available in the account.\nReturns both HubSpot-defined and custom association types across all object types.\n" } ] } ], "bundled": true }