List the caller's connected accounts
POST/api/v1/integrations/pipedream/list-accounts
Lists connected accounts for the authenticated beneficiary. An app can have multiple accounts; select the intended account ID explicitly. healthy === true reflects the returned provider connection state, not current action consent or authorization. An unhealthy account can need reconnection. The response does not directly return the stored third-party credential. Continue using provider pagination rather than treating an empty data page alone as exhaustion.
Request
Responses
- 200
A page of the caller's connected accounts
Document ID: DOC-IN-tools-connections-apps-api-pipedreamListAccountsForCurrentUser. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-IN-tools-connections-apps-api-pipedreamListAccountsForCurrentUser#overview |
| Request | DOC-IN-tools-connections-apps-api-pipedreamListAccountsForCurrentUser#request |
| Responses | DOC-IN-tools-connections-apps-api-pipedreamListAccountsForCurrentUser#responses |