DorkOS
ApiConnectorsAccounts

List connected accounts (aggregated, provider stripped)

GET
/api/connectors/accounts

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"    }  ]}