v1Resources/Connections/getList connected apps

List connected apps

Returns the business apps (CRMs and other third-party tools) your agency has connected through Pipedream. These are agency-wide — a key scoped to specific clients still sees the full list, since there is no per-client ownership of an app connection.

get/api/v1/connections/apps
connections:read
Query parameters
appSlugstringoptional
Restrict results to one app, by its slug.
Response
dataobjectoptional
connectionsarray of objectoptional
The business apps connected through Pipedream.
appstringoptional
The app's identifying slug.
appNamestringoptional
Display name of the app.
accountstringoptional
Label of the connected account within that app, or null.
statusstringoptional
Current connection status.
errorstringoptional
The last connection error, or null.
connectedAtstringoptional
When this app was connected, as an ISO 8601 timestamp.
lastCheckedAtstringoptional
When this connection was last health-checked, as an ISO 8601 timestamp, or null.
countnumberoptional
Total number of connected apps matching the request.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/connections/apps
Your API key
appSlug
{
  "data": {
    "connections": [],
    "count": 0
  }
}