API Reference
List Connections
List all connections with optional filtering. Does not retrieve secrets or perform any connection healthcheck. For that use getConnection
or checkConnectionHealth
.
GET
Authorizations
Organization API key generated in the OpenInt Console and passed in the authorization
header with format: Bearer {apiKey}
Query Parameters
Required range:
0 <= x <= 100
Required range:
x >= 0
Available options:
aircall
, airtable
, apollo
, brex
, coda
, confluence
, discord
, dummy-oauth2
, facebook
, finch
, firebase
, foreceipt
, github
, gong
, googlecalendar
, googledocs
, googledrive
, googlemail
, googlesheet
, greenhouse
, heron
, hubspot
, instagram
, intercom
, jira
, kustomer
, lever
, linear
, linkedin
, lunchmoney
, mercury
, merge
, microsoft
, moota
, notion
, onebrick
, outreach
, pipedrive
, plaid
, postgres
, quickbooks
, ramp
, reddit
, salesforce
, salesloft
, saltedge
, sharepointonline
, slack
, splitwise
, stripe
, teller
, toggl
, twenty
, twitter
, venmo
, wise
, xero
, yodlee
, zohodesk
The id of the customer in your application. Ensure it is unique for that customer.
The id of the connector config, starts with ccfg_
Controls secret inclusion: none (default), basic (auth only), or all secrets
Available options:
none
, basic
, all
Fields to expand: connector (includes connector details)
Available options:
connector
Response
200
application/json
Successful response
The list of connections
The connection details
Total number of items in the database for the organization
Required range:
x >= 0
Limit the number of items returned
Required range:
0 <= x <= 100
Offset the items returned
Required range:
x >= 0