{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Channels API", "version": "3.0.0" }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "Hubspot List Channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/conversations/v3/conversations/channels", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of channels per page" }, { "name": "after", "value": "NTI1Cg%3D%3D", "type": "query", "description": "Pagination cursor for the next page" } ], "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 available conversation channels configured in your account.\nChannels represent different communication methods like email, chat, or social media.\n" } ] } ], "bundled": true }