---
title: "List connected account integrations"
method: GET
path: "/public/v1/integrations"
tags: ["Integrations"]
---

# List connected account integrations

`GET /public/v1/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.

## 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'
- `filterText` string
- `isConnected` union
  - boolean
  - string
- `visibility` 'PRIVATE' | 'SHARED'

## Response `200`

Connected accounts for this account

- PublicIntegrationsListResponse
  - `results` PublicConnectedAccount[], required
    - `id` number, required — Connected account ID. Use as connectedAccountId in agent settings, flows, and workflows.
    - `toolkit` string, required
    - `alias` string, nullable
    - `visibility` 'PRIVATE' | 'SHARED', required
    - `isConnected` boolean, required
    - `isExpired` boolean, required
    - `connectedEmail` string, nullable
    - `connectedAt` string, nullable
    - `availableToolsCount` number, nullable
    - `enabledToolsCount` number, nullable
    - `createdAt` string, nullable, required
    - `updatedAt` string, nullable, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
