ApiConnectorsAccounts
List connected accounts (aggregated, provider stripped)
Aggregates connected accounts across providers with per-provider degradation. The server-only provider field is stripped and no connection details ever reach the client (spec §Security).
Query Parameters
toolkit?string
Response Body
application/json
curl -X GET "https://example.com/api/connectors/accounts"{ "accounts": [ { "id": "string", "toolkit": "string", "label": "string", "status": "active", "custody": "managed" } ], "warnings": [ { "provider": "string", "message": "string" } ]}