List Connected Accounts

Get all Connected accounts

Returns a list of all connected accounts.

Request

To filter the list of returned connected accounts by a specific set of custom metadata or a user identifier key, include custom_metadata_has or user_identifier_key in the request body. If you include custom_metadata_has, specify the desired metadata filters as a JSON object containing key:value pairs.

Request Body Parameters

Sample Request

connected_accounts = seam.connected_accounts.list()

Response

Returns a connected_accounts array, in which each returned connected_account contains the following properties:

Sample Response

{
  "connected_accounts": [
    {
      "connected_account_id": "c993818b-bf3c-4836-bef4-9a76d89bf1d3",
      "created_at": "2024-01-05T07:20:07.692Z",
      "user_identifier": {
        "username": "jane"
      },
      "account_type": "visionline",
      "account_type_display_name": "Visionline",
      "errors": [],
      "warnings": [],
      "custom_metadata": {
          "internal_account_id": "user-1"
      },
      "automatically_manage_new_devices": true
    },
	...
  ],
  "ok": true
}

Last updated

Logo

© Seam Labs, Inc. All rights reserved.