Integrations
List connected account integrations
Read-only list of OAuth/API connected accounts for this account (for example Google Sheets, Gmail, Slack). Use the returned id as connectedAccountId in agent settings, flows, and workflows. Requires a USER API key. Private integrations are only visible to their creator; shared integrations are visible to all account users.
get/public/v1/integrations
Query parameters
toolkit'GMAIL' | 'GOOGLECALENDAR' | 'SLACK' | 'CALENDLY' | 'GOOGLEDOCS' | 'GOOGLESHEETS' | 'NOTION' | 'GOOGLEDRIVE' | 'GRANOLA_MCP' | 'GOOGLEMEET' | 'ZOOM' | 'GAMMA' | 'STRIPE' | 'POSTHOG' | 'LINKEDIN' | 'FACEBOOK' | 'GOOGLE_ANALYTICS' | 'GOOGLE_SEARCH_CONSOLE' | 'MAILCHIMP' | 'SEMRUSH' | 'GOOGLEADS' | 'INSTAGRAM' | 'ADYNTEL' | 'GOOGLETASKS' | 'LINEAR' | 'JIRA' | 'ASANA' | 'SHARE_POINT' | 'ONE_DRIVE' | 'EXCEL' | 'TIKTOK' | 'TWITTER' | 'YOUTUBE' | 'GOOGLE_MAPS' | 'METAADS' | 'SHOPIFY' | 'AIRTABLE' | 'MONDAY' | 'TRELLO' | 'GOOGLESLIDES' | 'BUILTWITH' | 'HUBSPOT' | 'PIPEDRIVE' | 'ATTIO' | 'ZENDESK' | 'SALESFORCE' | 'SALESFORCE_SERVICE_CLOUD' | 'INTERCOM' | 'WEBFLOW' | 'FIGMA' | 'APOLLO' | 'OUTLOOK' | 'FRESHDESK' | 'ZOHO_DESK' | 'ZOHO_INVOICE' | 'ZOHO' | 'BREX'
Example:GMAIL
filterTextstring
Example:example
Example:example
visibility'PRIVATE' | 'SHARED'
Example:PRIVATE
Response
Connected accounts for this account
Example response
{
"results": [
{
"id": 1,
"toolkit": "googlesheets",
"alias": "example",
"visibility": "PRIVATE",
"connectedEmail": "example",
"connectedAt": "example",
"availableToolsCount": 1,
"enabledToolsCount": 1,
"createdAt": "example",
"updatedAt": "example"
}
]
}